Html Css Color HEX #241A1A Nero

📋 copy color: '#241A1A'

red 36 ◦ green 26 ◦ blue 26

#241A1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nero #241A1A

Tints of Nero #241A1A

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 value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.86

RGB Variations

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

Color information

#241A1A (or 0x241A1A) is known color: 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

RGB 36 26 26 -
CMYK 0 0.28 0.28 0.86
HSL 0.16% 0.12% -
HSV(B) 0.28% 0.14% -
XYZ 1.28 1.19 1.14 -
YUV 28.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 36 26 26 0 0.28 0.28 0.86 0 0.16 0.12
Hex 24 1A 1A 0 1C 1C 56 0 10 C
Octal 44 32 32 0 34 34 126 0 20 14
Binary 100100 11010 11010 0 11100 11100 1010110 0 10000 1100

Color Harmonies of #241A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A1A

Black with #241A1A

Text Example


Text Example

White with #241A1A

Text Example


Text Example

HTML Codes & Css Web 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>