Html Css Color HEX #331313 Seal Brown

📋 copy color: '#331313'

red 51 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #331313

Tints of Seal Brown #331313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.35%

R = 57.3%
G = 21.35%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331313 (or 0x331313) is known color: Seal Brown. HEX triplet: 33, 13 and 13. RGB value is (51,19,19). Sum of RGB (Red+Green+Blue) = 51+19+19=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331313 is #CCECEC. Grayscale: #1C1C1C. Windows color (decimal): -13429997 or 1250099. OLE color: 1250099.

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

Color convert

RGB 51 19 19 -
CMYK 0 0.63 0.63 0.8
HSL 0.46% 0.14% -
HSV(B) 0.63% 0.2% -
XYZ 1.72 1.22 0.76 -
YUV 28.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 51 19 19 0 0.63 0.63 0.8 0 0.46 0.14
Hex 33 13 13 0 3F 3F 50 0 2E E
Octal 63 23 23 0 77 77 120 0 56 16
Binary 110011 10011 10011 0 111111 111111 1010000 0 101110 1110

Color Harmonies of #331313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331313

Black with #331313

Text Example


Text Example

White with #331313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331313; }

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

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

background-color css

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

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

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

border-color css

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

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

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