Html Css Color HEX #240201 Seal Brown

📋 copy color: '#240201'

red 36 ◦ green 2 ◦ blue 1

#240201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #240201

Tints of Seal Brown #240201

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 value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#240201 (or 0x240201) is known color: 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

RGB 36 2 1 -
CMYK 0 0.94 0.97 0.86
HSL 1.71º 0.95% 0.07% -
HSV(B) 1.71º 0.97% 0.14% -
XYZ 0.75 0.42 0.07 -
YUV 12.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 36 2 1 0 0.94 0.97 0.86 1.71 0.95 0.07
Hex 24 2 1 0 5E 61 56 2 5F 7
Octal 44 2 1 0 136 141 126 2 137 7
Binary 100100 10 1 0 1011110 1100001 1010110 10 1011111 111

Color Harmonies of #240201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240201

Black with #240201

Text Example


Text Example

White with #240201

Text Example


Text Example

HTML Codes & Css Web 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>