Html Css Color HEX #13151B Black Russian

📋 copy color: '#13151B'

red 19 ◦ green 21 ◦ blue 27

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

Shades of Black Russian #13151B

Tints of Black Russian #13151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 40.3%

R = 28.36%
G = 31.34%
B = 40.3%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13151B (or 0x13151B) is known color: Black Russian. HEX triplet: 13, 15 and 1B. RGB value is (19,21,27). Sum of RGB (Red+Green+Blue) = 19+21+27=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #13151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13151B is #ECEAE4. Grayscale: #151515. Windows color (decimal): -15526629 or 1774867. OLE color: 1774867.

HSL color Cylindrical-coordinate representation of color #13151B: hue angle of 225º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13151B is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 21 27 -
CMYK 0.30 0.22 0 0.89
HSL 225º 0.17% 0.09% -
HSV(B) 225º 0.3% 0.11% -
XYZ 0.73 0.75 1.14 -
YUV 21.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 19 21 27 0.30 0.22 0 0.89 225 0.17 0.09
Hex 13 15 1B 1E 16 0 59 E1 11 9
Octal 23 25 33 36 26 0 131 341 21 11
Binary 10011 10101 11011 11110 10110 0 1011001 11100001 10001 1001

Color Harmonies of #13151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13151B

Black with #13151B

Text Example


Text Example

White with #13151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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