#240B01

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

Shades of Seal Brown #240B01

Tints of Seal Brown #240B01

Color information

#240B01 (or 0x240B01) is unknown color: approx Seal Brown. HEX triplet: 24, 0B and 01. RGB value is (36,11,1). Sum of RGB (Red+Green+Blue) = 36+11+1=48 (6% of max value = 765). Red value is 36 (14.45% from 255 or 75% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 36 - color contains mainly: red. Hex color #240B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B01 is #DBF4FE. Grayscale: #111111. Windows color (decimal): -14415103 or 68388. OLE color: 68388.

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

Color convert

RGB36111-
CMYK00.690.970.86
HSL17.14º94.59%7.25%-
HSV(B)17.14º97.22%14.12%-
XYZ0.850.620.1-
YUV17.34118.78141.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=75%
G=22.92%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3611100.690.970.8617.1494.597.25
Hex24B10456156115f7
Octal441310105141126211377
Binary100100101110100010111000011010110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,11,1); }

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

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

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

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

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

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

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