Html Css Color HEX #241312 Seal Brown

📋 copy color: '#241312'

red 36 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #241312

Tints of Seal Brown #241312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 18 (7.42% from 255) = 24.66%

R = 49.32%
G = 26.03%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#241312 (or 0x241312) is known color: Seal Brown. HEX triplet: 24, 13 and 12. RGB value is (36,19,18). Sum of RGB (Red+Green+Blue) = 36+19+18=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #241312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241312 is #DBECED. Grayscale: #171717. Windows color (decimal): -14413038 or 1184548. OLE color: 1184548.

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

Color convert

RGB 36 19 18 -
CMYK 0 0.47 0.5 0.86
HSL 3.33º 0.33% 0.11% -
HSV(B) 3.33º 0.5% 0.14% -
XYZ 1.07 0.88 0.69 -
YUV 23.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 36 19 18 0 0.47 0.5 0.86 3.33 0.33 0.11
Hex 24 13 12 0 2F 32 56 3 21 B
Octal 44 23 22 0 57 62 126 3 41 13
Binary 100100 10011 10010 0 101111 110010 1010110 11 100001 1011

Color Harmonies of #241312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241312

Black with #241312

Text Example


Text Example

White with #241312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241312; }

 p { color: rgb(36,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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