Html Css Color HEX #310B01 Seal Brown

📋 copy color: '#310B01'

red 49 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #310B01

Tints of Seal Brown #310B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.03%

 BLUE value IS 1 (0.78% from 255) = 1.64%

R = 80.33%
G = 18.03%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#310B01 (or 0x310B01) is known color: Seal Brown. HEX triplet: 31, 0B and 01. RGB value is (49,11,1). Sum of RGB (Red+Green+Blue) = 49+11+1=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #310B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B01 is #CEF4FE. Grayscale: #151515. Windows color (decimal): -13563135 or 68401. OLE color: 68401.

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

Color convert

RGB 49 11 1 -
CMYK 0 0.78 0.98 0.81
HSL 12.5º 0.96% 0.1% -
HSV(B) 12.5º 0.98% 0.19% -
XYZ 1.39 0.89 0.13 -
YUV 21.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 49 11 1 0 0.78 0.98 0.81 12.5 0.96 0.1
Hex 31 B 1 0 4E 62 51 C 60 A
Octal 61 13 1 0 116 142 121 14 140 12
Binary 110001 1011 1 0 1001110 1100010 1010001 1100 1100000 1010

Color Harmonies of #310B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B01

Black with #310B01

Text Example


Text Example

White with #310B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,11,1); }

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

background-color css

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

 a { background-color: rgb(49,11,1); }

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

border-color css

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

 span { border-color: rgb(49,11,1); }

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