Html Css Color HEX #310F01 Seal Brown

📋 copy color: '#310F01'

red 49 ◦ green 15 ◦ blue 1

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

Shades of Seal Brown #310F01

Tints of Seal Brown #310F01

RGB

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

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

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

R = 75.38%
G = 23.08%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#310F01 (or 0x310F01) is known color: Seal Brown. HEX triplet: 31, 0F and 01. RGB value is (49,15,1). Sum of RGB (Red+Green+Blue) = 49+15+1=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F01 is #CEF0FE. Grayscale: #171717. Windows color (decimal): -13562111 or 69425. OLE color: 69425.

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

Color convert

RGB 49 15 1 -
CMYK 0 0.69 0.98 0.81
HSL 17.5º 0.96% 0.1% -
HSV(B) 17.5º 0.98% 0.19% -
XYZ 1.44 1 0.15 -
YUV 23.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 49 15 1 0 0.69 0.98 0.81 17.5 0.96 0.1
Hex 31 F 1 0 45 62 51 12 60 A
Octal 61 17 1 0 105 142 121 22 140 12
Binary 110001 1111 1 0 1000101 1100010 1010001 10010 1100000 1010

Color Harmonies of #310F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F01

Black with #310F01

Text Example


Text Example

White with #310F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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