Html Css Color HEX #131325 Black Russian

📋 copy color: '#131325'

red 19 ◦ green 19 ◦ blue 37

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

Shades of Black Russian #131325

Tints of Black Russian #131325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 25.33%
G = 25.33%
B = 49.33%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131325 (or 0x131325) is known color: Black Russian. HEX triplet: 13, 13 and 25. RGB value is (19,19,37). Sum of RGB (Red+Green+Blue) = 19+19+37=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #131325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131325 is #ECECDA. Grayscale: #141414. Windows color (decimal): -15527131 or 2429715. OLE color: 2429715.

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

Color convert

RGB 19 19 37 -
CMYK 0.49 0.49 0 0.85
HSL 240º 0.32% 0.11% -
HSV(B) 240º 0.49% 0.15% -
XYZ 0.84 0.74 1.85 -
YUV 21.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 19 19 37 0.49 0.49 0 0.85 240 0.32 0.11
Hex 13 13 25 31 31 0 55 F0 20 B
Octal 23 23 45 61 61 0 125 360 40 13
Binary 10011 10011 100101 110001 110001 0 1010101 11110000 100000 1011

Color Harmonies of #131325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131325

Black with #131325

Text Example


Text Example

White with #131325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131325; }

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

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

background-color css

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

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

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

border-color css

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

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

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