Html Css Color HEX #311002 Seal Brown

📋 copy color: '#311002'

red 49 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #311002

Tints of Seal Brown #311002

RGB

 RED value IS 49 (19.53% from 255) = 73.13%

 GREEN value IS 16 (6.64% from 255) = 23.88%

 BLUE value IS 2 (1.17% from 255) = 2.99%

R = 73.13%
G = 23.88%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311002 (or 0x311002) is known color: Seal Brown. HEX triplet: 31, 10 and 02. RGB value is (49,16,2). Sum of RGB (Red+Green+Blue) = 49+16+2=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #311002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311002 is #CEEFFD. Grayscale: #181818. Windows color (decimal): -13561854 or 135217. OLE color: 135217.

HSL color Cylindrical-coordinate representation of color #311002: hue angle of 17.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #311002 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 16 2 -
CMYK 0 0.67 0.96 0.81
HSL 17.87º 0.92% 0.1% -
HSV(B) 17.87º 0.96% 0.19% -
XYZ 1.46 1.03 0.18 -
YUV 24.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 49 16 2 0 0.67 0.96 0.81 17.87 0.92 0.1
Hex 31 10 2 0 43 60 51 12 5C A
Octal 61 20 2 0 103 140 121 22 134 12
Binary 110001 10000 10 0 1000011 1100000 1010001 10010 1011100 1010

Color Harmonies of #311002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311002

Black with #311002

Text Example


Text Example

White with #311002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311002; }

 p { color: rgb(49,16,2); }

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

background-color css

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

 a { background-color: rgb(49,16,2); }

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

border-color css

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

 span { border-color: rgb(49,16,2); }

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