Html Css Color HEX #241D1D Nero

📋 copy color: '#241D1D'

red 36 ◦ green 29 ◦ blue 29

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

Shades of Nero #241D1D

Tints of Nero #241D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 30.85%

R = 38.3%
G = 30.85%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

#241D1D (or 0x241D1D) is known color: Nero. HEX triplet: 24, 1D and 1D. RGB value is (36,29,29). Sum of RGB (Red+Green+Blue) = 36+29+29=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D1D is #DBE2E2. Grayscale: #1F1F1F. Windows color (decimal): -14410467 or 1908004. OLE color: 1908004.

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

Color convert

RGB 36 29 29 -
CMYK 0 0.19 0.19 0.86
HSL 0.11% 0.13% -
HSV(B) 0.19% 0.14% -
XYZ 1.39 1.34 1.35 -
YUV 31.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 36 29 29 0 0.19 0.19 0.86 0 0.11 0.13
Hex 24 1D 1D 0 13 13 56 0 B D
Octal 44 35 35 0 23 23 126 0 13 15
Binary 100100 11101 11101 0 10011 10011 1010110 0 1011 1101

Color Harmonies of #241D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D1D

Black with #241D1D

Text Example


Text Example

White with #241D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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