#191934

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

Shades of Black Russian #191934

Tints of Black Russian #191934

Color information

#191934 (or 0x191934) is unknown color: approx Black Russian. HEX triplet: 19, 19 and 34. RGB value is (25,25,52). Sum of RGB (Red+Green+Blue) = 25+25+52=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #191934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191934 is #E6E6CB. Grayscale: #1B1B1B. Windows color (decimal): -15132364 or 3414297. OLE color: 3414297.

HSL color Cylindrical-coordinate representation of color #191934: hue angle of 240º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #191934 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB252552-
CMYK0.520.5200.80
HSL240º35.06%15.1%-
HSV(B)240º51.92%20.39%-
XYZ1.371.153.4-
YUV28.08141.5125.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.51%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=24.51%
G=24.51%
B=50.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2525520.520.5200.8024035.0615.1
Hex1919343434050f023f
Octal313164646401203604317
Binary110011100111010011010011010001010000111100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191934; }

 p { color: rgb(25,25,52); }

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

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

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

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

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

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

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