#241A1A

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

Shades of Nero #241A1A

Tints of Nero #241A1A

Color information

#241A1A (or 0x241A1A) is unknown color: approx Nero. HEX triplet: 24, 1A and 1A. RGB value is (36,26,26). Sum of RGB (Red+Green+Blue) = 36+26+26=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1A is #DBE5E5. Grayscale: #1D1D1D. Windows color (decimal): -14411238 or 1710628. OLE color: 1710628.

HSL color Cylindrical-coordinate representation of color #241A1A: hue angle of 0º 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 #241A1A is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB362626-
CMYK00.280.280.86
HSL16.13%12.16%-
HSV(B)27.78%14.12%-
XYZ1.281.191.14-
YUV28.99126.31133-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=40.91%
G=29.55%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36262600.280.280.86016.1312.16
Hex241A1A01C1C56010c
Octal4432320343412602014
Binary10010011010110100111001110010101100100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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