#240201

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

Shades of Seal Brown #240201

Tints of Seal Brown #240201

Color information

#240201 (or 0x240201) is unknown color: approx Seal Brown. HEX triplet: 24, 02 and 01. RGB value is (36,2,1). Sum of RGB (Red+Green+Blue) = 36+2+1=39 (5% of max value = 765). Red value is 36 (14.45% from 255 or 92.31% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 36 - color contains mainly: red. Hex color #240201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240201 is #DBFDFE. Grayscale: #0C0C0C. Windows color (decimal): -14417407 or 66084. OLE color: 66084.

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

Color convert

RGB3621-
CMYK00.940.970.86
HSL1.71º94.59%7.25%-
HSV(B)1.71º97.22%14.12%-
XYZ0.750.420.07-
YUV12.05121.76145.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 92.31%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=92.31%
G=5.13%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal362100.940.970.861.7194.597.25
Hex242105E615625f7
Octal4421013614112621377
Binary1001001010101111011000011010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240201; }

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

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

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

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

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

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

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

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