#241D1D

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

Shades of Nero #241D1D

Tints of Nero #241D1D

Color information

#241D1D (or 0x241D1D) is unknown color: approx Nero. HEX triplet: 24, 1D and 1D. RGB value is (36,29,29). Sum of RGB (Red+Green+Blue) = 36+29+29=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D1D is #DBE2E2. Grayscale: #1F1F1F. Windows color (decimal): -14410467 or 1908004. OLE color: 1908004.

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

Color convert

RGB362929-
CMYK00.190.190.86
HSL10.77%12.75%-
HSV(B)19.44%14.12%-
XYZ1.391.341.35-
YUV31.09126.82131.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=38.30%
G=30.85%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36292900.190.190.86010.7712.75
Hex241D1D01313560bd
Octal4435350232312601315
Binary1001001110111101010011100111010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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