Html Css Color HEX #240D00 Seal Brown

📋 copy color: '#240D00'

red 36 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #240D00

Tints of Seal Brown #240D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26.53%

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

R = 73.47%
G = 26.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#240D00 (or 0x240D00) is known color: Seal Brown. HEX triplet: 24, 0D and 00. RGB value is (36,13,0). Sum of RGB (Red+Green+Blue) = 36+13+0=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #240D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D00 is #DBF2FF. Grayscale: #121212. Windows color (decimal): -14414592 or 3364. OLE color: 3364.

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

Color convert

RGB 36 13 0 -
CMYK 0 0.64 1 0.86
HSL 21.67º 1% 0.07% -
HSV(B) 21.67º 1% 0.14% -
XYZ 0.87 0.66 0.08 -
YUV 18.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 36 13 0 0 0.64 1 0.86 21.67 1 0.07
Hex 24 D 0 0 40 64 56 16 64 7
Octal 44 15 0 0 100 144 126 26 144 7
Binary 100100 1101 0 0 1000000 1100100 1010110 10110 1100100 111

Color Harmonies of #240D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240D00

Black with #240D00

Text Example


Text Example

White with #240D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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