#301F1E

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

Shades of Nero #301F1E

Tints of Nero #301F1E

Color information

#301F1E (or 0x301F1E) is unknown color: approx Nero. HEX triplet: 30, 1F and 1E. RGB value is (48,31,30). Sum of RGB (Red+Green+Blue) = 48+31+30=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F1E is #CFE0E1. Grayscale: #232323. Windows color (decimal): -13623522 or 1974064. OLE color: 1974064.

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

Color convert

RGB483130-
CMYK00.350.370.81
HSL3.33º23.08%15.29%-
HSV(B)3.33º37.5%18.82%-
XYZ1.941.71.45-
YUV35.97124.63136.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=44.04%
G=28.44%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48313000.350.370.813.3323.0815.29
Hex301F1E0232551317f
Octal6037360434512132717
Binary11000011111111100100011100101101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F1E; }

 p { color: rgb(48,31,30); }

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

<style>
 a { background-color: #301F1E; }

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

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

<style>
 span { border-color: #301F1E; }

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

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