#240F02

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

Shades of Seal Brown #240F02

Tints of Seal Brown #240F02

Color information

#240F02 (or 0x240F02) is unknown color: approx Seal Brown. HEX triplet: 24, 0F and 02. RGB value is (36,15,2). Sum of RGB (Red+Green+Blue) = 36+15+2=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #240F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F02 is #DBF0FD. Grayscale: #131313. Windows color (decimal): -14414078 or 134948. OLE color: 134948.

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

Color convert

RGB36152-
CMYK00.580.940.86
HSL22.94º89.47%7.45%-
HSV(B)22.94º94.44%14.12%-
XYZ0.910.720.15-
YUV19.8117.96139.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 67.92%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=67.92%
G=28.30%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3615200.580.940.8622.9489.477.45
Hex24F203A5E5617597
Octal44172072136126271317
Binary100100111110011101010111101010110101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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