Html Css Color HEX #131925 Black Russian

📋 copy color: '#131925'

red 19 ◦ green 25 ◦ blue 37

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

Shades of Black Russian #131925

Tints of Black Russian #131925

RGB

 RED value IS 19 (7.81% from 255) = 23.46%

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

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

R = 23.46%
G = 30.86%
B = 45.68%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131925 (or 0x131925) is known color: Black Russian. HEX triplet: 13, 19 and 25. RGB value is (19,25,37). Sum of RGB (Red+Green+Blue) = 19+25+37=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #131925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131925 is #ECE6DA. Grayscale: #181818. Windows color (decimal): -15525595 or 2431251. OLE color: 2431251.

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

Color convert

RGB 19 25 37 -
CMYK 0.49 0.32 0 0.85
HSL 220º 0.32% 0.11% -
HSV(B) 220º 0.49% 0.15% -
XYZ 0.95 0.97 1.89 -
YUV 24.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 19 25 37 0.49 0.32 0 0.85 220 0.32 0.11
Hex 13 19 25 31 20 0 55 DC 20 B
Octal 23 31 45 61 40 0 125 334 40 13
Binary 10011 11001 100101 110001 100000 0 1010101 11011100 100000 1011

Color Harmonies of #131925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131925

Black with #131925

Text Example


Text Example

White with #131925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131925; }

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

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

background-color css

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

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

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

border-color css

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

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

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