Html Css Color HEX #310F03 Seal Brown

📋 copy color: '#310F03'

red 49 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #310F03

Tints of Seal Brown #310F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.39%

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

R = 73.13%
G = 22.39%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#310F03 (or 0x310F03) is known color: Seal Brown. HEX triplet: 31, 0F and 03. RGB value is (49,15,3). Sum of RGB (Red+Green+Blue) = 49+15+3=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F03 is #CEF0FC. Grayscale: #171717. Windows color (decimal): -13562109 or 200497. OLE color: 200497.

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

Color convert

RGB 49 15 3 -
CMYK 0 0.69 0.94 0.81
HSL 15.65º 0.88% 0.1% -
HSV(B) 15.65º 0.94% 0.19% -
XYZ 1.45 1 0.2 -
YUV 23.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 49 15 3 0 0.69 0.94 0.81 15.65 0.88 0.1
Hex 31 F 3 0 45 5E 51 10 58 A
Octal 61 17 3 0 105 136 121 20 130 12
Binary 110001 1111 11 0 1000101 1011110 1010001 10000 1011000 1010

Color Harmonies of #310F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F03

Black with #310F03

Text Example


Text Example

White with #310F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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