Html Css Color HEX #310D08 Seal Brown

📋 copy color: '#310D08'

red 49 ◦ green 13 ◦ blue 8

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

Shades of Seal Brown #310D08

Tints of Seal Brown #310D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.57%

 BLUE value IS 8 (3.52% from 255) = 11.43%

R = 70%
G = 18.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.81

RGB Variations

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

Color information

#310D08 (or 0x310D08) is known color: Seal Brown. HEX triplet: 31, 0D and 08. RGB value is (49,13,8). Sum of RGB (Red+Green+Blue) = 49+13+8=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D08 is #CEF2F7. Grayscale: #171717. Windows color (decimal): -13562616 or 527665. OLE color: 527665.

HSL color Cylindrical-coordinate representation of color #310D08: hue angle of 7.32º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310D08 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 13 8 -
CMYK 0 0.73 0.84 0.81
HSL 7.32º 0.72% 0.11% -
HSV(B) 7.32º 0.84% 0.19% -
XYZ 1.45 0.96 0.34 -
YUV 23.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 49 13 8 0 0.73 0.84 0.81 7.32 0.72 0.11
Hex 31 D 8 0 49 54 51 7 48 B
Octal 61 15 10 0 111 124 121 7 110 13
Binary 110001 1101 1000 0 1001001 1010100 1010001 111 1001000 1011

Color Harmonies of #310D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D08

Black with #310D08

Text Example


Text Example

White with #310D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,13,8); }

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

background-color css

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

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

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

border-color css

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

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

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