#1F232F

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

Shades of Black Russian #1F232F

Tints of Black Russian #1F232F

Color information

#1F232F (or 0x1F232F) is unknown color: approx Black Russian. HEX triplet: 1F, 23 and 2F. RGB value is (31,35,47). Sum of RGB (Red+Green+Blue) = 31+35+47=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F232F is #E0DCD0. Grayscale: #232323. Windows color (decimal): -14736593 or 3089183. OLE color: 3089183.

HSL color Cylindrical-coordinate representation of color #1F232F: hue angle of 225º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F232F is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB313547-
CMYK0.340.2600.82
HSL225º20.51%15.29%-
HSV(B)225º34.04%18.43%-
XYZ1.681.72.93-
YUV35.17134.67125.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=27.43%
G=30.97%
B=41.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3135470.340.2600.8222520.5115.29
Hex1F232F221A052e115f
Octal374357423201223412517
Binary11111100011101111100010110100101001011100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,47); }

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

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

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

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

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

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

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