Html Css Color HEX #1B1818 Nero

📋 copy color: '#1B1818'

red 27 ◦ green 24 ◦ blue 24

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

Shades of Nero #1B1818

Tints of Nero #1B1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32%

 BLUE value IS 24 (9.77% from 255) = 32%

R = 36%
G = 32%
B = 32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1B1818 (or 0x1B1818) is known color: Nero. HEX triplet: 1B, 18 and 18. RGB value is (27,24,24). Sum of RGB (Red+Green+Blue) = 27+24+24=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1818 is #E4E7E7. Grayscale: #181818. Windows color (decimal): -15001576 or 1579035. OLE color: 1579035.

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

Color convert

RGB 27 24 24 -
CMYK 0 0.11 0.11 0.89
HSL 0.06% 0.1% -
HSV(B) 0.11% 0.11% -
XYZ 0.94 0.95 1 -
YUV 24.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 27 24 24 0 0.11 0.11 0.89 0 0.06 0.1
Hex 1B 18 18 0 B B 59 0 6 A
Octal 33 30 30 0 13 13 131 0 6 12
Binary 11011 11000 11000 0 1011 1011 1011001 0 110 1010

Color Harmonies of #1B1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1818

Black with #1B1818

Text Example


Text Example

White with #1B1818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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