#241F1E

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

Shades of Nero #241F1E

Tints of Nero #241F1E

Color information

#241F1E (or 0x241F1E) is unknown color: approx Nero. HEX triplet: 24, 1F and 1E. RGB value is (36,31,30). Sum of RGB (Red+Green+Blue) = 36+31+30=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 36 - color contains mainly: red. Hex color #241F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F1E is #DBE0E1. Grayscale: #202020. Windows color (decimal): -14409954 or 1974052. OLE color: 1974052.

HSL color Cylindrical-coordinate representation of color #241F1E: hue angle of 10º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #241F1E is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB363130-
CMYK00.140.170.86
HSL10º9.09%12.94%-
HSV(B)10º16.67%14.12%-
XYZ1.451.451.43-
YUV32.38126.66130.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=37.11%
G=31.96%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36313000.140.170.86109.0912.94
Hex241F1E0E1156a9d
Octal44373601621126121115
Binary100100111111111001110100011010110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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