Html Css Color HEX #241A18 Seal Brown

📋 copy color: '#241A18'

red 36 ◦ green 26 ◦ blue 24

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

Shades of Seal Brown #241A18

Tints of Seal Brown #241A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.23%

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

R = 41.86%
G = 30.23%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#241A18 (or 0x241A18) is known color: Seal Brown. HEX triplet: 24, 1A and 18. RGB value is (36,26,24). Sum of RGB (Red+Green+Blue) = 36+26+24=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #241A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A18 is #DBE5E7. Grayscale: #1C1C1C. Windows color (decimal): -14411240 or 1579556. OLE color: 1579556.

HSL color Cylindrical-coordinate representation of color #241A18: hue angle of 10º 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 #241A18 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 26 24 -
CMYK 0 0.28 0.33 0.86
HSL 10º 0.2% 0.12% -
HSV(B) 10º 0.33% 0.14% -
XYZ 1.26 1.18 1.03 -
YUV 28.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 36 26 24 0 0.28 0.33 0.86 10 0.2 0.12
Hex 24 1A 18 0 1C 21 56 A 14 C
Octal 44 32 30 0 34 41 126 12 24 14
Binary 100100 11010 11000 0 11100 100001 1010110 1010 10100 1100

Color Harmonies of #241A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A18

Black with #241A18

Text Example


Text Example

White with #241A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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