Html Css Color HEX #13152B Black Russian

📋 copy color: '#13152B'

red 19 ◦ green 21 ◦ blue 43

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

Shades of Black Russian #13152B

Tints of Black Russian #13152B

RGB

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

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

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

R = 22.89%
G = 25.3%
B = 51.81%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13152B (or 0x13152B) is known color: Black Russian. HEX triplet: 13, 15 and 2B. RGB value is (19,21,43). Sum of RGB (Red+Green+Blue) = 19+21+43=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #13152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13152B is #ECEAD4. Grayscale: #161616. Windows color (decimal): -15526613 or 2823443. OLE color: 2823443.

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

Color convert

RGB 19 21 43 -
CMYK 0.56 0.51 0 0.83
HSL 235º 0.39% 0.12% -
HSV(B) 235º 0.56% 0.17% -
XYZ 0.97 0.85 2.4 -
YUV 22.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 19 21 43 0.56 0.51 0 0.83 235 0.39 0.12
Hex 13 15 2B 38 33 0 53 EB 27 C
Octal 23 25 53 70 63 0 123 353 47 14
Binary 10011 10101 101011 111000 110011 0 1010011 11101011 100111 1100

Color Harmonies of #13152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13152B

Black with #13152B

Text Example


Text Example

White with #13152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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