#191B33

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

Shades of Black Russian #191B33

Tints of Black Russian #191B33

Color information

#191B33 (or 0x191B33) is unknown color: approx Black Russian. HEX triplet: 19, 1B and 33. RGB value is (25,27,51). Sum of RGB (Red+Green+Blue) = 25+27+51=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #191B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B33 is #E6E4CC. Grayscale: #1D1D1D. Windows color (decimal): -15131853 or 3349273. OLE color: 3349273.

HSL color Cylindrical-coordinate representation of color #191B33: hue angle of 235.38º 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 #191B33 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB252751-
CMYK0.510.4700.8
HSL235.38º34.21%14.9%-
HSV(B)235.38º50.98%20%-
XYZ1.391.233.3-
YUV29.14140.34125.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=24.27%
G=26.21%
B=49.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2527510.510.4700.8235.3834.2114.9
Hex191B33332F050eb22f
Octal313363635701203534217
Binary110011101111001111001110111101010000111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191B33; }

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

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

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

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

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

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

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

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