Html Css Color HEX #131425 Black Russian

📋 copy color: '#131425'

red 19 ◦ green 20 ◦ blue 37

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

Shades of Black Russian #131425

Tints of Black Russian #131425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

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

R = 25%
G = 26.32%
B = 48.68%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131425 (or 0x131425) is known color: Black Russian. HEX triplet: 13, 14 and 25. RGB value is (19,20,37). Sum of RGB (Red+Green+Blue) = 19+20+37=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #131425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131425 is #ECEBDA. Grayscale: #151515. Windows color (decimal): -15526875 or 2429971. OLE color: 2429971.

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

Color convert

RGB 19 20 37 -
CMYK 0.49 0.46 0 0.85
HSL 236.67º 0.32% 0.11% -
HSV(B) 236.67º 0.49% 0.15% -
XYZ 0.85 0.77 1.85 -
YUV 21.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 19 20 37 0.49 0.46 0 0.85 236.67 0.32 0.11
Hex 13 14 25 31 2E 0 55 ED 20 B
Octal 23 24 45 61 56 0 125 355 40 13
Binary 10011 10100 100101 110001 101110 0 1010101 11101101 100000 1011

Color Harmonies of #131425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131425

Black with #131425

Text Example


Text Example

White with #131425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131425; }

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

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

background-color css

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

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

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

border-color css

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

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

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