#241212

Color #241212 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #241212

Tints of Seal Brown #241212

Color information

#241212 (or 0x241212) is unknown color: approx Seal Brown. HEX triplet: 24, 12 and 12. RGB value is (36,18,18). Sum of RGB (Red+Green+Blue) = 36+18+18=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241212 is #DBEDED. Grayscale: #171717. Windows color (decimal): -14413294 or 1184292. OLE color: 1184292.

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

Color convert

RGB361818-
CMYK00.50.50.86
HSL33.33%10.59%-
HSV(B)50%14.12%-
XYZ1.050.850.68-
YUV23.38124.96137-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36181800.50.50.86033.3310.59
Hex2412120323256021b
Octal4422220626212604113
Binary10010010010100100110010110010101011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241212; }

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

 H1.HeaderClassName
 {
   color: #241212;
 }
 .AnyTagClassName
 {
   color: #241212;
 }
</style>
background-color css

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

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

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

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

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

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