#321F1F

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

Shades of Nero #321F1F

Tints of Nero #321F1F

Color information

#321F1F (or 0x321F1F) is unknown color: approx Nero. HEX triplet: 32, 1F and 1F. RGB value is (50,31,31). Sum of RGB (Red+Green+Blue) = 50+31+31=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #321F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F1F is #CDE0E0. Grayscale: #242424. Windows color (decimal): -13492449 or 2039602. OLE color: 2039602.

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

Color convert

RGB503131-
CMYK00.380.380.80
HSL23.46%15.88%-
HSV(B)38%19.61%-
XYZ2.051.761.53-
YUV36.68124.79137.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=44.64%
G=27.68%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50313100.380.380.80023.4615.88
Hex321F1F026265001710
Octal6237370464612002720
Binary11001011111111110100110100110101000001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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