Html Css Color HEX #310E03 Seal Brown

📋 copy color: '#310E03'

red 49 ◦ green 14 ◦ blue 3

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

Shades of Seal Brown #310E03

Tints of Seal Brown #310E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 21.21%

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

R = 74.24%
G = 21.21%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#310E03 (or 0x310E03) is known color: Seal Brown. HEX triplet: 31, 0E and 03. RGB value is (49,14,3). Sum of RGB (Red+Green+Blue) = 49+14+3=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E03 is #CEF1FC. Grayscale: #171717. Windows color (decimal): -13562365 or 200241. OLE color: 200241.

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

Color convert

RGB 49 14 3 -
CMYK 0 0.71 0.94 0.81
HSL 14.35º 0.88% 0.1% -
HSV(B) 14.35º 0.94% 0.19% -
XYZ 1.44 0.97 0.2 -
YUV 23.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 49 14 3 0 0.71 0.94 0.81 14.35 0.88 0.1
Hex 31 E 3 0 47 5E 51 E 58 A
Octal 61 16 3 0 107 136 121 16 130 12
Binary 110001 1110 11 0 1000111 1011110 1010001 1110 1011000 1010

Color Harmonies of #310E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E03

Black with #310E03

Text Example


Text Example

White with #310E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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