#191933

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

Shades of Black Russian #191933

Tints of Black Russian #191933

Color information

#191933 (or 0x191933) is unknown color: approx Black Russian. HEX triplet: 19, 19 and 33. RGB value is (25,25,51). Sum of RGB (Red+Green+Blue) = 25+25+51=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #191933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191933 is #E6E6CC. Grayscale: #1B1B1B. Windows color (decimal): -15132365 or 3348761. OLE color: 3348761.

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

Color convert

RGB252551-
CMYK0.510.5100.8
HSL240º34.21%14.9%-
HSV(B)240º50.98%20%-
XYZ1.351.143.28-
YUV27.96141125.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=24.75%
G=24.75%
B=50.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2525510.510.5100.824034.2114.9
Hex1919333333050f022f
Octal313163636301203604217
Binary110011100111001111001111001101010000111100001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191933; }

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

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

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

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

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

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

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

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