Html Css Color HEX #311000 Seal Brown

📋 copy color: '#311000'

red 49 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #311000

Tints of Seal Brown #311000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.38%
G = 24.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#311000 (or 0x311000) is known color: Seal Brown. HEX triplet: 31, 10 and 00. RGB value is (49,16,0). Sum of RGB (Red+Green+Blue) = 49+16+0=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #311000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311000 is #CEEFFF. Grayscale: #181818. Windows color (decimal): -13561856 or 4145. OLE color: 4145.

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

Color convert

RGB 49 16 0 -
CMYK 0 0.67 1 0.81
HSL 19.59º 1% 0.1% -
HSV(B) 19.59º 1% 0.19% -
XYZ 1.45 1.02 0.12 -
YUV 24.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 49 16 0 0 0.67 1 0.81 19.59 1 0.1
Hex 31 10 0 0 43 64 51 14 64 A
Octal 61 20 0 0 103 144 121 24 144 12
Binary 110001 10000 0 0 1000011 1100100 1010001 10100 1100100 1010

Color Harmonies of #311000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311000

Black with #311000

Text Example


Text Example

White with #311000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311000; }

 p { color: rgb(49,16,0); }

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

background-color css

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

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

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

border-color css

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

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

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