#240E02

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

Shades of Seal Brown #240E02

Tints of Seal Brown #240E02

Color information

#240E02 (or 0x240E02) is unknown color: approx Seal Brown. HEX triplet: 24, 0E and 02. RGB value is (36,14,2). Sum of RGB (Red+Green+Blue) = 36+14+2=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #240E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E02 is #DBF1FD. Grayscale: #131313. Windows color (decimal): -14414334 or 134692. OLE color: 134692.

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

Color convert

RGB36142-
CMYK00.610.940.86
HSL21.18º89.47%7.45%-
HSV(B)21.18º94.44%14.12%-
XYZ0.90.690.14-
YUV19.21118.29139.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 69.23%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=69.23%
G=26.92%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3614200.610.940.8621.1889.477.45
Hex24E203D5E5615597
Octal44162075136126251317
Binary100100111010011110110111101010110101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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