Html Css Color HEX #13112B Black Russian

📋 copy color: '#13112B'

red 19 ◦ green 17 ◦ blue 43

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

Shades of Black Russian #13112B

Tints of Black Russian #13112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.52%

 BLUE value IS 43 (17.19% from 255) = 54.43%

R = 24.05%
G = 21.52%
B = 54.43%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13112B (or 0x13112B) is known color: Black Russian. HEX triplet: 13, 11 and 2B. RGB value is (19,17,43). Sum of RGB (Red+Green+Blue) = 19+17+43=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #13112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13112B is #ECEED4. Grayscale: #141414. Windows color (decimal): -15527637 or 2822419. OLE color: 2822419.

HSL color Cylindrical-coordinate representation of color #13112B: hue angle of 244.62º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13112B is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 17 43 -
CMYK 0.56 0.60 0 0.83
HSL 244.62º 0.43% 0.12% -
HSV(B) 244.62º 0.6% 0.17% -
XYZ 0.91 0.71 2.38 -
YUV 20.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 19 17 43 0.56 0.60 0 0.83 244.62 0.43 0.12
Hex 13 11 2B 38 3C 0 53 F5 2B C
Octal 23 21 53 70 74 0 123 365 53 14
Binary 10011 10001 101011 111000 111100 0 1010011 11110101 101011 1100

Color Harmonies of #13112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13112B

Black with #13112B

Text Example


Text Example

White with #13112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,17,43); }

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

background-color css

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

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

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

border-color css

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

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

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