Html Css Color HEX #241211 Seal Brown

📋 copy color: '#241211'

red 36 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #241211

Tints of Seal Brown #241211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 17 (7.03% from 255) = 23.94%

R = 50.7%
G = 25.35%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#241211 (or 0x241211) is known color: Seal Brown. HEX triplet: 24, 12 and 11. RGB value is (36,18,17). Sum of RGB (Red+Green+Blue) = 36+18+17=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #241211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241211 is #DBEDEE. Grayscale: #171717. Windows color (decimal): -14413295 or 1118756. OLE color: 1118756.

HSL color Cylindrical-coordinate representation of color #241211: hue angle of 3.16º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241211 is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 18 17 -
CMYK 0 0.5 0.53 0.86
HSL 3.16º 0.36% 0.1% -
HSV(B) 3.16º 0.53% 0.14% -
XYZ 1.05 0.85 0.64 -
YUV 23.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 36 18 17 0 0.5 0.53 0.86 3.16 0.36 0.1
Hex 24 12 11 0 32 35 56 3 24 A
Octal 44 22 21 0 62 65 126 3 44 12
Binary 100100 10010 10001 0 110010 110101 1010110 11 100100 1010

Color Harmonies of #241211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241211

Black with #241211

Text Example


Text Example

White with #241211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241211; }

 p { color: rgb(36,18,17); }

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

background-color css

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

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

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

border-color css

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

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

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