#1D2025

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

Shades of Black Russian #1D2025

Tints of Black Russian #1D2025

Color information

#1D2025 (or 0x1D2025) is unknown color: approx Black Russian. HEX triplet: 1D, 20 and 25. RGB value is (29,32,37). Sum of RGB (Red+Green+Blue) = 29+32+37=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D2025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2025 is #E2DFDA. Grayscale: #1F1F1F. Windows color (decimal): -14868443 or 2433053. OLE color: 2433053.

HSL color Cylindrical-coordinate representation of color #1D2025: hue angle of 217.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D2025 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB293237-
CMYK0.220.1400.85
HSL217.5º12.12%12.94%-
HSV(B)217.5º21.62%14.51%-
XYZ1.361.431.95-
YUV31.67131.01126.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.59%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=29.59%
G=32.65%
B=37.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2932370.220.1400.85217.512.1212.94
Hex1D202516E055d9cd
Octal354045261601253311415
Binary11101100000100101101101110010101011101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,37); }

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

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

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

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

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

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

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