#221C1B

Color #221C1B Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #221C1B

Tints of Nero #221C1B

Color information

#221C1B (or 0x221C1B) is unknown color: approx Nero. HEX triplet: 22, 1C and 1B. RGB value is (34,28,27). Sum of RGB (Red+Green+Blue) = 34+28+27=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 34 - color contains mainly: red. Hex color #221C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C1B is #DDE3E4. Grayscale: #1D1D1D. Windows color (decimal): -14541797 or 1776674. OLE color: 1776674.

HSL color Cylindrical-coordinate representation of color #221C1B: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #221C1B is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB342827-
CMYK00.180.210.87
HSL8.57º11.48%11.96%-
HSV(B)8.57º20.59%13.33%-
XYZ1.271.251.21-
YUV29.68126.49131.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=38.20%
G=31.46%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34282700.180.210.878.5711.4811.96
Hex221C1B01215579bc
Octal42343302225127111314
Binary1000101110011011010010101011010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C1B; }

 p { color: rgb(34,28,27); }

 H1.HeaderClassName
 {
   color: #221C1B;
 }
 .AnyTagClassName
 {
   color: #221C1B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #221C1B;
 }
 .BgClassName
 {
   background-color: #221C1B;
 }
</style>
border-color css

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

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

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