#241C1B

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

Shades of Nero #241C1B

Tints of Nero #241C1B

Color information

#241C1B (or 0x241C1B) is unknown color: approx Nero. HEX triplet: 24, 1C and 1B. RGB value is (36,28,27). Sum of RGB (Red+Green+Blue) = 36+28+27=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #241C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C1B is #DBE3E4. Grayscale: #1E1E1E. Windows color (decimal): -14410725 or 1776676. OLE color: 1776676.

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

Color convert

RGB362827-
CMYK00.220.250.86
HSL6.67º14.29%12.35%-
HSV(B)6.67º25%14.12%-
XYZ1.341.281.21-
YUV30.28126.15132.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=39.56%
G=30.77%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36282700.220.250.866.6714.2912.35
Hex241C1B01619567ec
Octal4434330263112671614
Binary100100111001101101011011001101011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,28,27); }

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

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

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

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

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

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

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