#311F1F

Color #311F1F Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #311F1F

Tints of Nero #311F1F

Color information

#311F1F (or 0x311F1F) is unknown color: approx Nero. HEX triplet: 31, 1F and 1F. RGB value is (49,31,31). Sum of RGB (Red+Green+Blue) = 49+31+31=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #311F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F1F is #CEE0E0. Grayscale: #242424. Windows color (decimal): -13557985 or 2039601. OLE color: 2039601.

HSL color Cylindrical-coordinate representation of color #311F1F: hue angle of 0º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #311F1F is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB493131-
CMYK00.370.370.81
HSL22.5%15.69%-
HSV(B)36.73%19.22%-
XYZ21.731.52-
YUV36.38124.96137-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=44.14%
G=27.93%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49313100.370.370.81022.515.69
Hex311F1F025255101610
Octal6137370454512102620
Binary11000111111111110100101100101101000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311F1F; }

 p { color: rgb(49,31,31); }

 H1.HeaderClassName
 {
   color: #311F1F;
 }
 .AnyTagClassName
 {
   color: #311F1F;
 }
</style>
background-color css

<style>
 a { background-color: #311F1F; }

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

 div.DivClassName
 {
   background-color: #311F1F;
 }
 .BgClassName
 {
   background-color: #311F1F;
 }
</style>
border-color css

<style>
 span { border-color: #311F1F; }

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

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