#1D222D

Color #1D222D Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #1D222D

Tints of Black Russian #1D222D

Color information

#1D222D (or 0x1D222D) is unknown color: approx Black Russian. HEX triplet: 1D, 22 and 2D. RGB value is (29,34,45). Sum of RGB (Red+Green+Blue) = 29+34+45=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D222D is #E2DDD2. Grayscale: #212121. Windows color (decimal): -14867923 or 2957853. OLE color: 2957853.

HSL color Cylindrical-coordinate representation of color #1D222D: hue angle of 221.25º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D222D is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB293445-
CMYK0.360.2400.82
HSL221.25º21.62%14.51%-
HSV(B)221.25º35.56%17.65%-
XYZ1.551.592.71-
YUV33.76134.34124.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.85%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=26.85%
G=31.48%
B=41.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2934450.360.2400.82221.2521.6214.51
Hex1D222D2418052dd16f
Octal354255443001223352617
Binary11101100010101101100100110000101001011011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,45); }

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

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

 a { background-color: rgb(29,34,45); }

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

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

 span { border-color: rgb(29,34,45); }

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