#1F2134

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

Shades of Black Russian #1F2134

Tints of Black Russian #1F2134

Color information

#1F2134 (or 0x1F2134) is unknown color: approx Black Russian. HEX triplet: 1F, 21 and 34. RGB value is (31,33,52). Sum of RGB (Red+Green+Blue) = 31+33+52=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F2134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2134 is #E0DECB. Grayscale: #222222. Windows color (decimal): -14737100 or 3416351. OLE color: 3416351.

HSL color Cylindrical-coordinate representation of color #1F2134: hue angle of 234.29º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F2134 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB313352-
CMYK0.400.3700.80
HSL234.29º25.3%16.27%-
HSV(B)234.29º40.38%20.39%-
XYZ1.731.633.47-
YUV34.57137.84125.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=26.72%
G=28.45%
B=44.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3133520.400.3700.80234.2925.316.27
Hex1F21342825050ea1910
Octal374164504501203523120
Binary1111110000111010010100010010101010000111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,33,52); }

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

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

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

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

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

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

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