#1C2031

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

Shades of Black Russian #1C2031

Tints of Black Russian #1C2031

Color information

#1C2031 (or 0x1C2031) is unknown color: approx Black Russian. HEX triplet: 1C, 20 and 31. RGB value is (28,32,49). Sum of RGB (Red+Green+Blue) = 28+32+49=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2031 is #E3DFCE. Grayscale: #202020. Windows color (decimal): -14933967 or 3219484. OLE color: 3219484.

HSL color Cylindrical-coordinate representation of color #1C2031: hue angle of 228.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C2031 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB283249-
CMYK0.430.3500.81
HSL228.57º27.27%15.1%-
HSV(B)228.57º42.86%19.22%-
XYZ1.551.53.11-
YUV32.74137.17124.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.69%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=25.69%
G=29.36%
B=44.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2832490.430.3500.81228.5727.2715.1
Hex1C20312B23051e51bf
Octal344061534301213453317
Binary111001000001100011010111000110101000111100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,32,49); }

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

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

 a { background-color: rgb(28,32,49); }

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

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

 span { border-color: rgb(28,32,49); }

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