#240301

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

Shades of Seal Brown #240301

Tints of Seal Brown #240301

Color information

#240301 (or 0x240301) is unknown color: approx Seal Brown. HEX triplet: 24, 03 and 01. RGB value is (36,3,1). Sum of RGB (Red+Green+Blue) = 36+3+1=40 (5% of max value = 765). Red value is 36 (14.45% from 255 or 90% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 36 - color contains mainly: red. Hex color #240301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240301 is #DBFCFE. Grayscale: #0C0C0C. Windows color (decimal): -14417151 or 66340. OLE color: 66340.

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

Color convert

RGB3631-
CMYK00.920.970.86
HSL3.43º94.59%7.25%-
HSV(B)3.43º97.22%14.12%-
XYZ0.770.440.07-
YUV12.64121.43144.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 90%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=90%
G=7.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal363100.920.970.863.4394.597.25
Hex243105C615635f7
Octal4431013414112631377
Binary1001001110101110011000011010110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240301; }

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

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

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

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

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

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

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

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