#241B1A

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

Shades of Nero #241B1A

Tints of Nero #241B1A

Color information

#241B1A (or 0x241B1A) is unknown color: approx Nero. HEX triplet: 24, 1B and 1A. RGB value is (36,27,26). Sum of RGB (Red+Green+Blue) = 36+27+26=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #241B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B1A is #DBE4E5. Grayscale: #1D1D1D. Windows color (decimal): -14410982 or 1710884. OLE color: 1710884.

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

Color convert

RGB362726-
CMYK00.250.280.86
HSL16.13%12.16%-
HSV(B)27.78%14.12%-
XYZ1.311.231.15-
YUV29.58125.98132.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=40.45%
G=30.34%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36272600.250.280.86616.1312.16
Hex241B1A0191C56610c
Octal4433320313412662014
Binary1001001101111010011001111001010110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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