Html Css Color HEX #241B1A Nero

📋 copy color: '#241B1A'

red 36 ◦ green 27 ◦ blue 26

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

Shades of Nero #241B1A

Tints of Nero #241B1A

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

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 36 27 26 -
CMYK 0 0.25 0.28 0.86
HSL 0.16% 0.12% -
HSV(B) 0.28% 0.14% -
XYZ 1.31 1.23 1.15 -
YUV 29.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 36 27 26 0 0.25 0.28 0.86 6 0.16 0.12
Hex 24 1B 1A 0 19 1C 56 6 10 C
Octal 44 33 32 0 31 34 126 6 20 14
Binary 100100 11011 11010 0 11001 11100 1010110 110 10000 1100

Color Harmonies of #241B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B1A

Black with #241B1A

Text Example


Text Example

White with #241B1A

Text Example


Text Example

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