Html Css Color HEX #310402 Seal Brown

📋 copy color: '#310402'

red 49 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #310402

Tints of Seal Brown #310402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.27%

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

R = 89.09%
G = 7.27%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#310402 (or 0x310402) is known color: Seal Brown. HEX triplet: 31, 04 and 02. RGB value is (49,4,2). Sum of RGB (Red+Green+Blue) = 49+4+2=55 (7% of max value = 765). Red value is 49 (19.53% from 255 or 89.09% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 49 - color contains mainly: red. Hex color #310402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310402 is #CEFBFD. Grayscale: #111111. Windows color (decimal): -13564926 or 132145. OLE color: 132145.

HSL color Cylindrical-coordinate representation of color #310402: hue angle of 2.55º 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 #310402 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 4 2 -
CMYK 0 0.92 0.96 0.81
HSL 2.55º 0.92% 0.1% -
HSV(B) 2.55º 0.96% 0.19% -
XYZ 1.32 0.74 0.13 -
YUV 17.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 49 4 2 0 0.92 0.96 0.81 2.55 0.92 0.1
Hex 31 4 2 0 5C 60 51 3 5C A
Octal 61 4 2 0 134 140 121 3 134 12
Binary 110001 100 10 0 1011100 1100000 1010001 11 1011100 1010

Color Harmonies of #310402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310402

Black with #310402

Text Example


Text Example

White with #310402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310402; }

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

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

background-color css

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

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

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

border-color css

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

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

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