Html Css Color HEX #241D1C Nero

📋 copy color: '#241D1C'

red 36 ◦ green 29 ◦ blue 28

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

Shades of Nero #241D1C

Tints of Nero #241D1C

RGB

 RED value IS 36 (14.45% from 255) = 38.71%

 GREEN value IS 29 (11.72% from 255) = 31.18%

 BLUE value IS 28 (11.33% from 255) = 30.11%

R = 38.71%
G = 31.18%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#241D1C (or 0x241D1C) is known color: Nero. HEX triplet: 24, 1D and 1C. RGB value is (36,29,28). Sum of RGB (Red+Green+Blue) = 36+29+28=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #241D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D1C is #DBE2E3. Grayscale: #1E1E1E. Windows color (decimal): -14410468 or 1842468. OLE color: 1842468.

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

Color convert

RGB 36 29 28 -
CMYK 0 0.19 0.22 0.86
HSL 7.5º 0.13% 0.13% -
HSV(B) 7.5º 0.22% 0.14% -
XYZ 1.38 1.34 1.28 -
YUV 30.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 36 29 28 0 0.19 0.22 0.86 7.5 0.13 0.13
Hex 24 1D 1C 0 13 16 56 8 C D
Octal 44 35 34 0 23 26 126 10 14 15
Binary 100100 11101 11100 0 10011 10110 1010110 1000 1100 1101

Color Harmonies of #241D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D1C

Black with #241D1C

Text Example


Text Example

White with #241D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #241D1C;
 }
 .AnyTagClassName
 {
   color: #241D1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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