Html Css Color HEX #131625 Black Russian

📋 copy color: '#131625'

red 19 ◦ green 22 ◦ blue 37

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

Shades of Black Russian #131625

Tints of Black Russian #131625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.21%

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

R = 24.36%
G = 28.21%
B = 47.44%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131625 (or 0x131625) is known color: Black Russian. HEX triplet: 13, 16 and 25. RGB value is (19,22,37). Sum of RGB (Red+Green+Blue) = 19+22+37=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #131625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131625 is #ECE9DA. Grayscale: #161616. Windows color (decimal): -15526363 or 2430483. OLE color: 2430483.

HSL color Cylindrical-coordinate representation of color #131625: hue angle of 230º 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 #131625 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 22 37 -
CMYK 0.49 0.41 0 0.85
HSL 230º 0.32% 0.11% -
HSV(B) 230º 0.49% 0.15% -
XYZ 0.89 0.85 1.87 -
YUV 22.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 19 22 37 0.49 0.41 0 0.85 230 0.32 0.11
Hex 13 16 25 31 29 0 55 E6 20 B
Octal 23 26 45 61 51 0 125 346 40 13
Binary 10011 10110 100101 110001 101001 0 1010101 11100110 100000 1011

Color Harmonies of #131625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131625

Black with #131625

Text Example


Text Example

White with #131625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131625; }

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

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

background-color css

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

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

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

border-color css

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

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

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