Html Css Color HEX #310D03 Seal Brown

📋 copy color: '#310D03'

red 49 ◦ green 13 ◦ blue 3

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

Shades of Seal Brown #310D03

Tints of Seal Brown #310D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.62%

R = 75.38%
G = 20%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#310D03 (or 0x310D03) is known color: Seal Brown. HEX triplet: 31, 0D and 03. RGB value is (49,13,3). Sum of RGB (Red+Green+Blue) = 49+13+3=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D03 is #CEF2FC. Grayscale: #161616. Windows color (decimal): -13562621 or 199985. OLE color: 199985.

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

Color convert

RGB 49 13 3 -
CMYK 0 0.73 0.94 0.81
HSL 13.04º 0.88% 0.1% -
HSV(B) 13.04º 0.94% 0.19% -
XYZ 1.43 0.95 0.19 -
YUV 22.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 49 13 3 0 0.73 0.94 0.81 13.04 0.88 0.1
Hex 31 D 3 0 49 5E 51 D 58 A
Octal 61 15 3 0 111 136 121 15 130 12
Binary 110001 1101 11 0 1001001 1011110 1010001 1101 1011000 1010

Color Harmonies of #310D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D03

Black with #310D03

Text Example


Text Example

White with #310D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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