#191935

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

Shades of Black Russian #191935

Tints of Black Russian #191935

Color information

#191935 (or 0x191935) is unknown color: approx Black Russian. HEX triplet: 19, 19 and 35. RGB value is (25,25,53). Sum of RGB (Red+Green+Blue) = 25+25+53=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #191935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191935 is #E6E6CA. Grayscale: #1C1C1C. Windows color (decimal): -15132363 or 3479833. OLE color: 3479833.

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

Color convert

RGB252553-
CMYK0.530.5300.79
HSL240º35.9%15.29%-
HSV(B)240º52.83%20.78%-
XYZ1.391.163.52-
YUV28.19142125.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 53 (21.09% from 255) = 51.46%
R=24.27%
G=24.27%
B=51.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2525530.530.5300.7924035.915.29
Hex191935353504Ff024f
Octal313165656501173604417
Binary110011100111010111010111010101001111111100001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191935; }

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

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

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

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

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

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

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

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