Html Css Color HEX #161515 Nero

📋 copy color: '#161515'

red 22 ◦ green 21 ◦ blue 21

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

Shades of Nero #161515

Tints of Nero #161515

RGB

 RED value IS 22 (8.98% from 255) = 34.38%

 GREEN value IS 21 (8.59% from 255) = 32.81%

 BLUE value IS 21 (8.59% from 255) = 32.81%

R = 34.38%
G = 32.81%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#161515 (or 0x161515) is known color: Nero. HEX triplet: 16, 15 and 15. RGB value is (22,21,21). Sum of RGB (Red+Green+Blue) = 22+21+21=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 22 - color contains mainly: red. Hex color #161515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161515 is #E9EAEA. Grayscale: #151515. Windows color (decimal): -15330027 or 1381654. OLE color: 1381654.

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

Color convert

RGB 22 21 21 -
CMYK 0 0.05 0.05 0.91
HSL 0.02% 0.08% -
HSV(B) 0.05% 0.09% -
XYZ 0.73 0.76 0.82 -
YUV 21.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 22 21 21 0 0.05 0.05 0.91 0 0.02 0.08
Hex 16 15 15 0 5 5 5B 0 2 8
Octal 26 25 25 0 5 5 133 0 2 10
Binary 10110 10101 10101 0 101 101 1011011 0 10 1000

Color Harmonies of #161515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161515

Black with #161515

Text Example


Text Example

White with #161515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161515; }

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

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

background-color css

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

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

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

border-color css

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

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

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