Html Css Color HEX #13141B Black Russian

📋 copy color: '#13141B'

red 19 ◦ green 20 ◦ blue 27

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

Shades of Black Russian #13141B

Tints of Black Russian #13141B

RGB

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

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

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

R = 28.79%
G = 30.3%
B = 40.91%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13141B (or 0x13141B) is known color: Black Russian. HEX triplet: 13, 14 and 1B. RGB value is (19,20,27). Sum of RGB (Red+Green+Blue) = 19+20+27=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #13141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13141B is #ECEBE4. Grayscale: #141414. Windows color (decimal): -15526885 or 1774611. OLE color: 1774611.

HSL color Cylindrical-coordinate representation of color #13141B: hue angle of 232.5º 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 #13141B is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 20 27 -
CMYK 0.30 0.26 0 0.89
HSL 232.5º 0.17% 0.09% -
HSV(B) 232.5º 0.3% 0.11% -
XYZ 0.72 0.72 1.14 -
YUV 20.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 19 20 27 0.30 0.26 0 0.89 232.5 0.17 0.09
Hex 13 14 1B 1E 1A 0 59 E8 11 9
Octal 23 24 33 36 32 0 131 350 21 11
Binary 10011 10100 11011 11110 11010 0 1011001 11101000 10001 1001

Color Harmonies of #13141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13141B

Black with #13141B

Text Example


Text Example

White with #13141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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