Html Css Color HEX #1B1716 Nero

📋 copy color: '#1B1716'

red 27 ◦ green 23 ◦ blue 22

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

Shades of Nero #1B1716

Tints of Nero #1B1716

RGB

 RED value IS 27 (10.94% from 255) = 37.5%

 GREEN value IS 23 (9.38% from 255) = 31.94%

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

R = 37.5%
G = 31.94%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#1B1716 (or 0x1B1716) is known color: Nero. HEX triplet: 1B, 17 and 16. RGB value is (27,23,22). Sum of RGB (Red+Green+Blue) = 27+23+22=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1716 is #E4E8E9. Grayscale: #181818. Windows color (decimal): -15001834 or 1447707. OLE color: 1447707.

HSL color Cylindrical-coordinate representation of color #1B1716: hue angle of 12º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1B1716 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 23 22 -
CMYK 0 0.15 0.19 0.89
HSL 12º 0.1% 0.1% -
HSV(B) 12º 0.19% 0.11% -
XYZ 0.9 0.9 0.89 -
YUV 24.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 27 23 22 0 0.15 0.19 0.89 12 0.1 0.1
Hex 1B 17 16 0 F 13 59 C A A
Octal 33 27 26 0 17 23 131 14 12 12
Binary 11011 10111 10110 0 1111 10011 1011001 1100 1010 1010

Color Harmonies of #1B1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1716

Black with #1B1716

Text Example


Text Example

White with #1B1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B1716; }

 p { color: rgb(27,23,22); }

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

background-color css

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

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

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

border-color css

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

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

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