#1D1D1F

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

Shades of Black Russian #1D1D1F

Tints of Black Russian #1D1D1F

Color information

#1D1D1F (or 0x1D1D1F) is unknown color: approx Black Russian. HEX triplet: 1D, 1D and 1F. RGB value is (29,29,31). Sum of RGB (Red+Green+Blue) = 29+29+31=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D1F is #E2E2E0. Grayscale: #1D1D1D. Windows color (decimal): -14869217 or 2039069. OLE color: 2039069.

HSL color Cylindrical-coordinate representation of color #1D1D1F: hue angle of 240º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1D1D1F is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB292931-
CMYK0.060.0600.88
HSL240º3.33%11.76%-
HSV(B)240º6.45%12.16%-
XYZ1.191.241.47-
YUV29.23129127.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.58%
GREEN value IS 29 (11.72% from 255) = 32.58%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=32.58%
G=32.58%
B=34.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2929310.060.0600.882403.3311.76
Hex1D1D1F66058f03c
Octal353537660130360314
Binary1110111101111111101100101100011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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