Html Css Color HEX #240D0D Seal Brown

📋 copy color: '#240D0D'

red 36 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #240D0D

Tints of Seal Brown #240D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 20.97%

R = 58.06%
G = 20.97%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#240D0D (or 0x240D0D) is known color: Seal Brown. HEX triplet: 24, 0D and 0D. RGB value is (36,13,13). Sum of RGB (Red+Green+Blue) = 36+13+13=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D0D is #DBF2F2. Grayscale: #131313. Windows color (decimal): -14414579 or 855332. OLE color: 855332.

HSL color Cylindrical-coordinate representation of color #240D0D: hue angle of 0º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #240D0D is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 13 13 -
CMYK 0 0.64 0.64 0.86
HSL 0.47% 0.1% -
HSV(B) 0.64% 0.14% -
XYZ 0.94 0.69 0.46 -
YUV 19.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 36 13 13 0 0.64 0.64 0.86 0 0.47 0.1
Hex 24 D D 0 40 40 56 0 2F A
Octal 44 15 15 0 100 100 126 0 57 12
Binary 100100 1101 1101 0 1000000 1000000 1010110 0 101111 1010

Color Harmonies of #240D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240D0D

Black with #240D0D

Text Example


Text Example

White with #240D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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