#241F1F

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

Shades of Nero #241F1F

Tints of Nero #241F1F

Color information

#241F1F (or 0x241F1F) is unknown color: approx Nero. HEX triplet: 24, 1F and 1F. RGB value is (36,31,31). Sum of RGB (Red+Green+Blue) = 36+31+31=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 36 - color contains mainly: red. Hex color #241F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F1F is #DBE0E0. Grayscale: #202020. Windows color (decimal): -14409953 or 2039588. OLE color: 2039588.

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

Color convert

RGB363131-
CMYK00.140.140.86
HSL7.46%13.14%-
HSV(B)13.89%14.12%-
XYZ1.461.451.5-
YUV32.49127.16130.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=36.73%
G=31.63%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36313100.140.140.8607.4613.14
Hex241F1F0EE5607d
Octal443737016161260715
Binary1001001111111111011101110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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