Html Css Color HEX #310A02 Seal Brown

📋 copy color: '#310A02'

red 49 ◦ green 10 ◦ blue 2

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

Shades of Seal Brown #310A02

Tints of Seal Brown #310A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.39%

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

R = 80.33%
G = 16.39%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#310A02 (or 0x310A02) is known color: Seal Brown. HEX triplet: 31, 0A and 02. RGB value is (49,10,2). Sum of RGB (Red+Green+Blue) = 49+10+2=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #310A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A02 is #CEF5FD. Grayscale: #141414. Windows color (decimal): -13563390 or 133681. OLE color: 133681.

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

Color convert

RGB 49 10 2 -
CMYK 0 0.80 0.96 0.81
HSL 10.21º 0.92% 0.1% -
HSV(B) 10.21º 0.96% 0.19% -
XYZ 1.39 0.87 0.15 -
YUV 20.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 49 10 2 0 0.80 0.96 0.81 10.21 0.92 0.1
Hex 31 A 2 0 50 60 51 A 5C A
Octal 61 12 2 0 120 140 121 12 134 12
Binary 110001 1010 10 0 1010000 1100000 1010001 1010 1011100 1010

Color Harmonies of #310A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A02

Black with #310A02

Text Example


Text Example

White with #310A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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