Html Css Color HEX #310D01 Seal Brown

📋 copy color: '#310D01'

red 49 ◦ green 13 ◦ blue 1

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

Shades of Seal Brown #310D01

Tints of Seal Brown #310D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.59%

R = 77.78%
G = 20.63%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#310D01 (or 0x310D01) is known color: Seal Brown. HEX triplet: 31, 0D and 01. RGB value is (49,13,1). Sum of RGB (Red+Green+Blue) = 49+13+1=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #310D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D01 is #CEF2FE. Grayscale: #161616. Windows color (decimal): -13562623 or 68913. OLE color: 68913.

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

Color convert

RGB 49 13 1 -
CMYK 0 0.73 0.98 0.81
HSL 15º 0.96% 0.1% -
HSV(B) 15º 0.98% 0.19% -
XYZ 1.42 0.94 0.14 -
YUV 22.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 49 13 1 0 0.73 0.98 0.81 15 0.96 0.1
Hex 31 D 1 0 49 62 51 F 60 A
Octal 61 15 1 0 111 142 121 17 140 12
Binary 110001 1101 1 0 1001001 1100010 1010001 1111 1100000 1010

Color Harmonies of #310D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D01

Black with #310D01

Text Example


Text Example

White with #310D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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