Html Css Color HEX #241818 Seal Brown

📋 copy color: '#241818'

red 36 ◦ green 24 ◦ blue 24

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

Shades of Seal Brown #241818

Tints of Seal Brown #241818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.57%

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

R = 42.86%
G = 28.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#241818 (or 0x241818) is known color: Seal Brown. HEX triplet: 24, 18 and 18. RGB value is (36,24,24). Sum of RGB (Red+Green+Blue) = 36+24+24=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241818 is #DBE7E7. Grayscale: #1B1B1B. Windows color (decimal): -14411752 or 1579044. OLE color: 1579044.

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

Color convert

RGB 36 24 24 -
CMYK 0 0.33 0.33 0.86
HSL 0.2% 0.12% -
HSV(B) 0.33% 0.14% -
XYZ 1.22 1.09 1.01 -
YUV 27.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 36 24 24 0 0.33 0.33 0.86 0 0.2 0.12
Hex 24 18 18 0 21 21 56 0 14 C
Octal 44 30 30 0 41 41 126 0 24 14
Binary 100100 11000 11000 0 100001 100001 1010110 0 10100 1100

Color Harmonies of #241818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241818

Black with #241818

Text Example


Text Example

White with #241818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241818; }

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

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

background-color css

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

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

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

border-color css

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

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

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