Html Css Color HEX #1B1717 Nero

📋 copy color: '#1B1717'

red 27 ◦ green 23 ◦ blue 23

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

Shades of Nero #1B1717

Tints of Nero #1B1717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 31.51%

R = 36.99%
G = 31.51%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.89

RGB Variations

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

Color information

#1B1717 (or 0x1B1717) is known color: Nero. HEX triplet: 1B, 17 and 17. RGB value is (27,23,23). Sum of RGB (Red+Green+Blue) = 27+23+23=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1717 is #E4E8E8. Grayscale: #181818. Windows color (decimal): -15001833 or 1513243. OLE color: 1513243.

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

Color convert

RGB 27 23 23 -
CMYK 0 0.15 0.15 0.89
HSL 0.08% 0.1% -
HSV(B) 0.15% 0.11% -
XYZ 0.91 0.91 0.94 -
YUV 24.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 27 23 23 0 0.15 0.15 0.89 0 0.08 0.1
Hex 1B 17 17 0 F F 59 0 8 A
Octal 33 27 27 0 17 17 131 0 10 12
Binary 11011 10111 10111 0 1111 1111 1011001 0 1000 1010

Color Harmonies of #1B1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1717

Black with #1B1717

Text Example


Text Example

White with #1B1717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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