Html Css Color HEX #310B0B Seal Brown

📋 copy color: '#310B0B'

red 49 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #310B0B

Tints of Seal Brown #310B0B

RGB

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

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

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

R = 69.01%
G = 15.49%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#310B0B (or 0x310B0B) is known color: Seal Brown. HEX triplet: 31, 0B and 0B. RGB value is (49,11,11). Sum of RGB (Red+Green+Blue) = 49+11+11=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B0B is #CEF4F4. Grayscale: #161616. Windows color (decimal): -13563125 or 723761. OLE color: 723761.

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

Color convert

RGB 49 11 11 -
CMYK 0 0.78 0.78 0.81
HSL 0.63% 0.12% -
HSV(B) 0.78% 0.19% -
XYZ 1.45 0.92 0.42 -
YUV 22.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 49 11 11 0 0.78 0.78 0.81 0 0.63 0.12
Hex 31 B B 0 4E 4E 51 0 3F C
Octal 61 13 13 0 116 116 121 0 77 14
Binary 110001 1011 1011 0 1001110 1001110 1010001 0 111111 1100

Color Harmonies of #310B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B0B

Black with #310B0B

Text Example


Text Example

White with #310B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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