Html Css Color HEX #191930 Black Russian

📋 copy color: '#191930'

red 25 ◦ green 25 ◦ blue 48

#191930
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #191930

Tints of Black Russian #191930

RGB

 RED value IS 25 (10.16% from 255) = 25.51%

 GREEN value IS 25 (10.16% from 255) = 25.51%

 BLUE value IS 48 (19.14% from 255) = 48.98%

R = 25.51%
G = 25.51%
B = 48.98%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#191930 (or 0x191930) is known color: Black Russian. HEX triplet: 19, 19 and 30. RGB value is (25,25,48). Sum of RGB (Red+Green+Blue) = 25+25+48=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #191930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191930 is #E6E6CF. Grayscale: #1B1B1B. Windows color (decimal): -15132368 or 3152153. OLE color: 3152153.

HSL color Cylindrical-coordinate representation of color #191930: hue angle of 240º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #191930 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 25 48 -
CMYK 0.48 0.48 0 0.81
HSL 240º 0.32% 0.14% -
HSV(B) 240º 0.48% 0.19% -
XYZ 1.28 1.12 2.94 -
YUV 27.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 25 25 48 0.48 0.48 0 0.81 240 0.32 0.14
Hex 19 19 30 30 30 0 51 F0 20 E
Octal 31 31 60 60 60 0 121 360 40 16
Binary 11001 11001 110000 110000 110000 0 1010001 11110000 100000 1110

Color Harmonies of #191930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191930

Black with #191930

Text Example


Text Example

White with #191930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191930; }

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

 H1.HeaderClassName
 {
   color: #191930;
 }
 .AnyTagClassName
 {
   color: #191930;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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