#1F2025

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

Shades of Black Russian #1F2025

Tints of Black Russian #1F2025

Color information

#1F2025 (or 0x1F2025) is unknown color: approx Black Russian. HEX triplet: 1F, 20 and 25. RGB value is (31,32,37). Sum of RGB (Red+Green+Blue) = 31+32+37=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F2025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2025 is #E0DFDA. Grayscale: #202020. Windows color (decimal): -14737371 or 2433055. OLE color: 2433055.

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

Color convert

RGB313237-
CMYK0.160.1400.85
HSL230º8.82%13.33%-
HSV(B)230º16.22%14.51%-
XYZ1.421.461.96-
YUV32.27130.67127.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 37 (14.84% from 255) = 37%
R=31%
G=32%
B=37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3132370.160.1400.852308.8213.33
Hex1F202510E055e69d
Octal374045201601253461115
Binary11111100000100101100001110010101011110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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