Html Css Color HEX #240C0B Seal Brown

📋 copy color: '#240C0B'

red 36 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #240C0B

Tints of Seal Brown #240C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.34%

 BLUE value IS 11 (4.69% from 255) = 18.64%

R = 61.02%
G = 20.34%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#240C0B (or 0x240C0B) is known color: Seal Brown. HEX triplet: 24, 0C and 0B. RGB value is (36,12,11). Sum of RGB (Red+Green+Blue) = 36+12+11=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C0B is #DBF3F4. Grayscale: #131313. Windows color (decimal): -14414837 or 724004. OLE color: 724004.

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

Color convert

RGB 36 12 11 -
CMYK 0 0.67 0.69 0.86
HSL 2.4º 0.53% 0.09% -
HSV(B) 2.4º 0.69% 0.14% -
XYZ 0.92 0.66 0.4 -
YUV 19.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 36 12 11 0 0.67 0.69 0.86 2.4 0.53 0.09
Hex 24 C B 0 43 45 56 2 35 9
Octal 44 14 13 0 103 105 126 2 65 11
Binary 100100 1100 1011 0 1000011 1000101 1010110 10 110101 1001

Color Harmonies of #240C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C0B

Black with #240C0B

Text Example


Text Example

White with #240C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,12,11); }

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

background-color css

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

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

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

border-color css

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

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

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