#240402

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

Shades of Seal Brown #240402

Tints of Seal Brown #240402

Color information

#240402 (or 0x240402) is unknown color: approx Seal Brown. HEX triplet: 24, 04 and 02. RGB value is (36,4,2). Sum of RGB (Red+Green+Blue) = 36+4+2=42 (5% of max value = 765). Red value is 36 (14.45% from 255 or 85.71% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 36 - color contains mainly: red. Hex color #240402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240402 is #DBFBFD. Grayscale: #0D0D0D. Windows color (decimal): -14416894 or 132132. OLE color: 132132.

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

Color convert

RGB3642-
CMYK00.890.940.86
HSL3.53º89.47%7.45%-
HSV(B)3.53º94.44%14.12%-
XYZ0.780.470.11-
YUV13.34121.6144.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 85.71%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 2 (1.17% from 255) = 4.76%
R=85.71%
G=9.52%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal364200.890.940.863.5389.477.45
Hex24420595E564597
Octal4442013113612641317
Binary1001001001001011001101111010101101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240402; }

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

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

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

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

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

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

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

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