#1D2128

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

Shades of Black Russian #1D2128

Tints of Black Russian #1D2128

Color information

#1D2128 (or 0x1D2128) is unknown color: approx Black Russian. HEX triplet: 1D, 21 and 28. RGB value is (29,33,40). Sum of RGB (Red+Green+Blue) = 29+33+40=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D2128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2128 is #E2DED7. Grayscale: #202020. Windows color (decimal): -14868184 or 2629917. OLE color: 2629917.

HSL color Cylindrical-coordinate representation of color #1D2128: hue angle of 218.18º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D2128 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB293340-
CMYK0.280.1700.84
HSL218.18º15.94%13.53%-
HSV(B)218.18º27.5%15.69%-
XYZ1.431.52.22-
YUV32.6132.17125.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 28.43%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=28.43%
G=32.35%
B=39.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2933400.280.1700.84218.1815.9413.53
Hex1D21281C11054da10e
Octal354150342101243322016
Binary1110110000110100011100100010101010011011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,40); }

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

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

 a { background-color: rgb(29,33,40); }

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

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

 span { border-color: rgb(29,33,40); }

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