Html Css Color HEX #191925 Black Russian

📋 copy color: '#191925'

red 25 ◦ green 25 ◦ blue 37

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

Shades of Black Russian #191925

Tints of Black Russian #191925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 42.53%

R = 28.74%
G = 28.74%
B = 42.53%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#191925 (or 0x191925) is known color: Black Russian. HEX triplet: 19, 19 and 25. RGB value is (25,25,37). Sum of RGB (Red+Green+Blue) = 25+25+37=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #191925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191925 is #E6E6DA. Grayscale: #1A1A1A. Windows color (decimal): -15132379 or 2431257. OLE color: 2431257.

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

Color convert

RGB 25 25 37 -
CMYK 0.32 0.32 0 0.85
HSL 240º 0.19% 0.12% -
HSV(B) 240º 0.32% 0.15% -
XYZ 1.08 1.04 1.89 -
YUV 26.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 25 25 37 0.32 0.32 0 0.85 240 0.19 0.12
Hex 19 19 25 20 20 0 55 F0 13 C
Octal 31 31 45 40 40 0 125 360 23 14
Binary 11001 11001 100101 100000 100000 0 1010101 11110000 10011 1100

Color Harmonies of #191925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191925

Black with #191925

Text Example


Text Example

White with #191925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191925; }

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

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

background-color css

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

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

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

border-color css

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

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

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