Html Css Color HEX #310C0B Seal Brown

📋 copy color: '#310C0B'

red 49 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #310C0B

Tints of Seal Brown #310C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.67%

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 68.06%
G = 16.67%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#310C0B (or 0x310C0B) is known color: Seal Brown. HEX triplet: 31, 0C and 0B. RGB value is (49,12,11). Sum of RGB (Red+Green+Blue) = 49+12+11=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C0B is #CEF3F4. Grayscale: #161616. Windows color (decimal): -13562869 or 724017. OLE color: 724017.

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

Color convert

RGB 49 12 11 -
CMYK 0 0.76 0.78 0.81
HSL 1.58º 0.63% 0.12% -
HSV(B) 1.58º 0.78% 0.19% -
XYZ 1.46 0.94 0.42 -
YUV 22.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 49 12 11 0 0.76 0.78 0.81 1.58 0.63 0.12
Hex 31 C B 0 4C 4E 51 2 3F C
Octal 61 14 13 0 114 116 121 2 77 14
Binary 110001 1100 1011 0 1001100 1001110 1010001 10 111111 1100

Color Harmonies of #310C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C0B

Black with #310C0B

Text Example


Text Example

White with #310C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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