Html Css Color HEX #131522 Black Russian

📋 copy color: '#131522'

red 19 ◦ green 21 ◦ blue 34

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

Shades of Black Russian #131522

Tints of Black Russian #131522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

 BLUE value IS 34 (13.67% from 255) = 45.95%

R = 25.68%
G = 28.38%
B = 45.95%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131522 (or 0x131522) is known color: Black Russian. HEX triplet: 13, 15 and 22. RGB value is (19,21,34). Sum of RGB (Red+Green+Blue) = 19+21+34=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 34 - color contains mainly: blue. Hex color #131522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131522 is #ECEADD. Grayscale: #151515. Windows color (decimal): -15526622 or 2233619. OLE color: 2233619.

HSL color Cylindrical-coordinate representation of color #131522: hue angle of 232º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #131522 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 21 34 -
CMYK 0.44 0.38 0 0.87
HSL 232º 0.28% 0.1% -
HSV(B) 232º 0.44% 0.13% -
XYZ 0.83 0.79 1.62 -
YUV 21.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 19 21 34 0.44 0.38 0 0.87 232 0.28 0.1
Hex 13 15 22 2C 26 0 57 E8 1C A
Octal 23 25 42 54 46 0 127 350 34 12
Binary 10011 10101 100010 101100 100110 0 1010111 11101000 11100 1010

Color Harmonies of #131522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131522

Black with #131522

Text Example


Text Example

White with #131522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131522; }

 p { color: rgb(19,21,34); }

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

background-color css

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

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

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

border-color css

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

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

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