Html Css Color HEX #331312 Seal Brown

📋 copy color: '#331312'

red 51 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #331312

Tints of Seal Brown #331312

RGB

 RED value IS 51 (20.31% from 255) = 57.95%

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

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

R = 57.95%
G = 21.59%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#331312 (or 0x331312) is known color: Seal Brown. HEX triplet: 33, 13 and 12. RGB value is (51,19,18). Sum of RGB (Red+Green+Blue) = 51+19+18=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #331312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331312 is #CCECED. Grayscale: #1C1C1C. Windows color (decimal): -13429998 or 1184563. OLE color: 1184563.

HSL color Cylindrical-coordinate representation of color #331312: hue angle of 1.82º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331312 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 19 18 -
CMYK 0 0.63 0.65 0.8
HSL 1.82º 0.48% 0.14% -
HSV(B) 1.82º 0.65% 0.2% -
XYZ 1.71 1.21 0.72 -
YUV 28.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 51 19 18 0 0.63 0.65 0.8 1.82 0.48 0.14
Hex 33 13 12 0 3F 41 50 2 30 E
Octal 63 23 22 0 77 101 120 2 60 16
Binary 110011 10011 10010 0 111111 1000001 1010000 10 110000 1110

Color Harmonies of #331312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331312

Black with #331312

Text Example


Text Example

White with #331312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331312; }

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

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

background-color css

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

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

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

border-color css

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

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

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