Html Css Color HEX #241918 Seal Brown

📋 copy color: '#241918'

red 36 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #241918

Tints of Seal Brown #241918

RGB

 RED value IS 36 (14.45% from 255) = 42.35%

 GREEN value IS 25 (10.16% from 255) = 29.41%

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 42.35%
G = 29.41%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#241918 (or 0x241918) is known color: Seal Brown. HEX triplet: 24, 19 and 18. RGB value is (36,25,24). Sum of RGB (Red+Green+Blue) = 36+25+24=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241918 is #DBE6E7. Grayscale: #1C1C1C. Windows color (decimal): -14411496 or 1579300. OLE color: 1579300.

HSL color Cylindrical-coordinate representation of color #241918: hue angle of 5º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #241918 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 25 24 -
CMYK 0 0.31 0.33 0.86
HSL 0.2% 0.12% -
HSV(B) 0.33% 0.14% -
XYZ 1.24 1.14 1.02 -
YUV 28.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 36 25 24 0 0.31 0.33 0.86 5 0.2 0.12
Hex 24 19 18 0 1F 21 56 5 14 C
Octal 44 31 30 0 37 41 126 5 24 14
Binary 100100 11001 11000 0 11111 100001 1010110 101 10100 1100

Color Harmonies of #241918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241918

Black with #241918

Text Example


Text Example

White with #241918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241918; }

 p { color: rgb(36,25,24); }

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

background-color css

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

 a { background-color: rgb(36,25,24); }

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

border-color css

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

 span { border-color: rgb(36,25,24); }

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