Html Css Color HEX #253030 Swamp

📋 copy color: '#253030'

red 37 ◦ green 48 ◦ blue 48

#253030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #253030

Tints of Swamp #253030

RGB

 RED value IS 37 (14.84% from 255) = 27.82%

 GREEN value IS 48 (19.14% from 255) = 36.09%

 BLUE value IS 48 (19.14% from 255) = 36.09%

R = 27.82%
G = 36.09%
B = 36.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#253030 (or 0x253030) is known color: Swamp. HEX triplet: 25, 30 and 30. RGB value is (37,48,48). Sum of RGB (Red+Green+Blue) = 37+48+48=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #253030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253030 is #DACFCF. Grayscale: #2C2C2C. Windows color (decimal): -14340048 or 3158053. OLE color: 3158053.

HSL color Cylindrical-coordinate representation of color #253030: hue angle of 180º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #253030 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 48 48 -
CMYK 0.23 0 0 0.81
HSL 180º 0.13% 0.17% -
HSV(B) 180º 0.23% 0.19% -
XYZ 2.35 2.72 3.2 -
YUV 44.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 37 48 48 0.23 0 0 0.81 180 0.13 0.17
Hex 25 30 30 17 0 0 51 B4 D 11
Octal 45 60 60 27 0 0 121 264 15 21
Binary 100101 110000 110000 10111 0 0 1010001 10110100 1101 10001

Color Harmonies of #253030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253030

Black with #253030

Text Example


Text Example

White with #253030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253030; }

 p { color: rgb(37,48,48); }

 H1.HeaderClassName
 {
   color: #253030;
 }
 .AnyTagClassName
 {
   color: #253030;
 }
</style>

background-color css

<style>
 a { background-color: #253030; }

 a { background-color: rgb(37,48,48); }

 div.DivClassName
 {
   background-color: #253030;
 }
 .BgClassName
 {
   background-color: #253030;
 }
</style>

border-color css

<style>
 span { border-color: #253030; }

 span { border-color: rgb(37,48,48); }

 td.TdClassName
 {
   border-color: #253030;
 }
 .TagClassName
 {
   border-color: #253030;
 }
</style>