#240C02

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

Shades of Seal Brown #240C02

Tints of Seal Brown #240C02

Color information

#240C02 (or 0x240C02) is unknown color: approx Seal Brown. HEX triplet: 24, 0C and 02. RGB value is (36,12,2). Sum of RGB (Red+Green+Blue) = 36+12+2=50 (6% of max value = 765). Red value is 36 (14.45% from 255 or 72% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 36 - color contains mainly: red. Hex color #240C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C02 is #DBF3FD. Grayscale: #121212. Windows color (decimal): -14414846 or 134180. OLE color: 134180.

HSL color Cylindrical-coordinate representation of color #240C02: hue angle of 17.65º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240C02 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB36122-
CMYK00.670.940.86
HSL17.65º89.47%7.45%-
HSV(B)17.65º94.44%14.12%-
XYZ0.870.640.14-
YUV18.04118.95140.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 72%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 2 (1.17% from 255) = 4%
R=72%
G=24%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3612200.670.940.8617.6589.477.45
Hex24C20435E5612597
Octal441420103136126221317
Binary1001001100100100001110111101010110100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240C02; }

 p { color: rgb(36,12,2); }

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

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

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

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

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

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

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