Html Css Color HEX #181616 Nero

📋 copy color: '#181616'

red 24 ◦ green 22 ◦ blue 22

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

Shades of Nero #181616

Tints of Nero #181616

RGB

 RED value IS 24 (9.77% from 255) = 35.29%

 GREEN value IS 22 (8.98% from 255) = 32.35%

 BLUE value IS 22 (8.98% from 255) = 32.35%

R = 35.29%
G = 32.35%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#181616 (or 0x181616) is known color: Nero. HEX triplet: 18, 16 and 16. RGB value is (24,22,22). Sum of RGB (Red+Green+Blue) = 24+22+22=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 24 - color contains mainly: red. Hex color #181616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181616 is #E7E9E9. Grayscale: #161616. Windows color (decimal): -15198698 or 1447448. OLE color: 1447448.

HSL color Cylindrical-coordinate representation of color #181616: hue angle of 0º degrees, saturation: 0.04, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #181616 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 22 22 -
CMYK 0 0.08 0.08 0.91
HSL 0.04% 0.09% -
HSV(B) 0.08% 0.09% -
XYZ 0.81 0.83 0.88 -
YUV 22.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 24 22 22 0 0.08 0.08 0.91 0 0.04 0.09
Hex 18 16 16 0 8 8 5B 0 4 9
Octal 30 26 26 0 10 10 133 0 4 11
Binary 11000 10110 10110 0 1000 1000 1011011 0 100 1001

Color Harmonies of #181616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181616

Black with #181616

Text Example


Text Example

White with #181616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181616; }

 p { color: rgb(24,22,22); }

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

background-color css

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

 a { background-color: rgb(24,22,22); }

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

border-color css

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

 span { border-color: rgb(24,22,22); }

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