Html Css Color HEX #241F1E Nero

📋 copy color: '#241F1E'

red 36 ◦ green 31 ◦ blue 30

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

Shades of Nero #241F1E

Tints of Nero #241F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.96%

 BLUE value IS 30 (12.11% from 255) = 30.93%

R = 37.11%
G = 31.96%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#241F1E (or 0x241F1E) is known color: Nero. HEX triplet: 24, 1F and 1E. RGB value is (36,31,30). Sum of RGB (Red+Green+Blue) = 36+31+30=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 36 - color contains mainly: red. Hex color #241F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F1E is #DBE0E1. Grayscale: #202020. Windows color (decimal): -14409954 or 1974052. OLE color: 1974052.

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

Color convert

RGB 36 31 30 -
CMYK 0 0.14 0.17 0.86
HSL 10º 0.09% 0.13% -
HSV(B) 10º 0.17% 0.14% -
XYZ 1.45 1.45 1.43 -
YUV 32.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 36 31 30 0 0.14 0.17 0.86 10 0.09 0.13
Hex 24 1F 1E 0 E 11 56 A 9 D
Octal 44 37 36 0 16 21 126 12 11 15
Binary 100100 11111 11110 0 1110 10001 1010110 1010 1001 1101

Color Harmonies of #241F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F1E

Black with #241F1E

Text Example


Text Example

White with #241F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,31,30); }

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

background-color css

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

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

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

border-color css

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

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

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