#240B00

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

Shades of Seal Brown #240B00

Tints of Seal Brown #240B00

Color information

#240B00 (or 0x240B00) is unknown color: approx Seal Brown. HEX triplet: 24, 0B and 00. RGB value is (36,11,0). Sum of RGB (Red+Green+Blue) = 36+11+0=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #240B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B00 is #DBF4FF. Grayscale: #111111. Windows color (decimal): -14415104 or 2852. OLE color: 2852.

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

Color convert

RGB36110-
CMYK00.6910.86
HSL18.33º100%7.06%-
HSV(B)18.33º100%14.12%-
XYZ0.850.610.07-
YUV17.22118.28141.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 76.60%
GREEN value IS 11 (4.69% from 255) = 23.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.60%
G=23.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3611000.6910.8618.331007.06
Hex24B0045645612647
Octal441300105144126221447
Binary100100101100100010111001001010110100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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