Html Css Color HEX #240000 Seal Brown

📋 copy color: '#240000'

red 36 ◦ green 0 ◦ blue 0

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

Shades of Seal Brown #240000

Tints of Seal Brown #240000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#240000 (or 0x240000) is known color: Seal Brown. HEX triplet: 24, 00 and 00. RGB value is (36,0,0). Sum of RGB (Red+Green+Blue) = 36+0+0=36 (4% of max value = 765). Red value is 36 (14.45% from 255 or 100% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 36 - color contains mainly: red. Hex color #240000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240000 is #DBFFFF. Grayscale: #0A0A0A. Windows color (decimal): -14417920 or 36. OLE color: 36.

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

Color convert

RGB 36 0 0 -
CMYK 0 1 1 0.86
HSL 1% 0.07% -
HSV(B) 1% 0.14% -
XYZ 0.73 0.38 0.03 -
YUV 10.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 36 0 0 0 1 1 0.86 0 1 0.07
Hex 24 0 0 0 64 64 56 0 64 7
Octal 44 0 0 0 144 144 126 0 144 7
Binary 100100 0 0 0 1100100 1100100 1010110 0 1100100 111

Color Harmonies of #240000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240000

Black with #240000

Text Example


Text Example

White with #240000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240000; }

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

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

background-color css

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

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

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

border-color css

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

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

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