#1D1D28

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

Shades of Black Russian #1D1D28

Tints of Black Russian #1D1D28

Color information

#1D1D28 (or 0x1D1D28) is unknown color: approx Black Russian. HEX triplet: 1D, 1D and 28. RGB value is (29,29,40). Sum of RGB (Red+Green+Blue) = 29+29+40=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D1D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D28 is #E2E2D7. Grayscale: #1E1E1E. Windows color (decimal): -14869208 or 2628893. OLE color: 2628893.

HSL color Cylindrical-coordinate representation of color #1D1D28: hue angle of 240º 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 #1D1D28 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB292940-
CMYK0.280.2800.84
HSL240º15.94%13.53%-
HSV(B)240º27.5%15.69%-
XYZ1.331.292.19-
YUV30.25133.5127.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.59%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=29.59%
G=29.59%
B=40.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2929400.280.2800.8424015.9413.53
Hex1D1D281C1C054f010e
Octal353550343401243602016
Binary111011110110100011100111000101010011110000100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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