#1C1D1F

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

Shades of Black Russian #1C1D1F

Tints of Black Russian #1C1D1F

Color information

#1C1D1F (or 0x1C1D1F) is unknown color: approx Black Russian. HEX triplet: 1C, 1D and 1F. RGB value is (28,29,31). Sum of RGB (Red+Green+Blue) = 28+29+31=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1D1F is #E3E2E0. Grayscale: #1C1C1C. Windows color (decimal): -14934753 or 2039068. OLE color: 2039068.

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

Color convert

RGB282931-
CMYK0.100.0600.88
HSL220º5.08%11.57%-
HSV(B)220º9.68%12.16%-
XYZ1.171.221.47-
YUV28.93129.17127.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.82%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=31.82%
G=32.95%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2829310.100.0600.882205.0811.57
Hex1C1D1FA6058dc5c
Octal3435371260130334514
Binary111001110111111101011001011000110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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