Html Css Color HEX #310C01 Seal Brown

📋 copy color: '#310C01'

red 49 ◦ green 12 ◦ blue 1

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

Shades of Seal Brown #310C01

Tints of Seal Brown #310C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.35%

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

R = 79.03%
G = 19.35%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#310C01 (or 0x310C01) is known color: Seal Brown. HEX triplet: 31, 0C and 01. RGB value is (49,12,1). Sum of RGB (Red+Green+Blue) = 49+12+1=62 (8% of max value = 765). Red value is 49 (19.53% from 255 or 79.03% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 49 - color contains mainly: red. Hex color #310C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C01 is #CEF3FE. Grayscale: #151515. Windows color (decimal): -13562879 or 68657. OLE color: 68657.

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

Color convert

RGB 49 12 1 -
CMYK 0 0.76 0.98 0.81
HSL 13.75º 0.96% 0.1% -
HSV(B) 13.75º 0.98% 0.19% -
XYZ 1.4 0.92 0.13 -
YUV 21.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 49 12 1 0 0.76 0.98 0.81 13.75 0.96 0.1
Hex 31 C 1 0 4C 62 51 E 60 A
Octal 61 14 1 0 114 142 121 16 140 12
Binary 110001 1100 1 0 1001100 1100010 1010001 1110 1100000 1010

Color Harmonies of #310C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C01

Black with #310C01

Text Example


Text Example

White with #310C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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