Html Css Color HEX #240100 Seal Brown

📋 copy color: '#240100'

red 36 ◦ green 1 ◦ blue 0

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

Shades of Seal Brown #240100

Tints of Seal Brown #240100

RGB

 RED value IS 36 (14.45% from 255) = 97.3%

 GREEN value IS 1 (0.78% from 255) = 2.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.3%
G = 2.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#240100 (or 0x240100) is known color: Seal Brown. HEX triplet: 24, 01 and 00. RGB value is (36,1,0). Sum of RGB (Red+Green+Blue) = 36+1+0=37 (4% of max value = 765). Red value is 36 (14.45% from 255 or 97.30% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 36 - color contains mainly: red. Hex color #240100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240100 is #DBFEFF. Grayscale: #0B0B0B. Windows color (decimal): -14417664 or 292. OLE color: 292.

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

Color convert

RGB 36 1 0 -
CMYK 0 0.97 1 0.86
HSL 1.67º 1% 0.07% -
HSV(B) 1.67º 1% 0.14% -
XYZ 0.74 0.4 0.04 -
YUV 11.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 36 1 0 0 0.97 1 0.86 1.67 1 0.07
Hex 24 1 0 0 61 64 56 2 64 7
Octal 44 1 0 0 141 144 126 2 144 7
Binary 100100 1 0 0 1100001 1100100 1010110 10 1100100 111

Color Harmonies of #240100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240100

Black with #240100

Text Example


Text Example

White with #240100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240100; }

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

 H1.HeaderClassName
 {
   color: #240100;
 }
 .AnyTagClassName
 {
   color: #240100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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