Html Css Color HEX #13152D Black Russian

📋 copy color: '#13152D'

red 19 ◦ green 21 ◦ blue 45

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

Shades of Black Russian #13152D

Tints of Black Russian #13152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 52.94%

R = 22.35%
G = 24.71%
B = 52.94%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13152D (or 0x13152D) is known color: Black Russian. HEX triplet: 13, 15 and 2D. RGB value is (19,21,45). Sum of RGB (Red+Green+Blue) = 19+21+45=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #13152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13152D is #ECEAD2. Grayscale: #171717. Windows color (decimal): -15526611 or 2954515. OLE color: 2954515.

HSL color Cylindrical-coordinate representation of color #13152D: hue angle of 235.38º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13152D is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 21 45 -
CMYK 0.58 0.53 0 0.82
HSL 235.38º 0.41% 0.13% -
HSV(B) 235.38º 0.58% 0.18% -
XYZ 1.01 0.86 2.6 -
YUV 23.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 19 21 45 0.58 0.53 0 0.82 235.38 0.41 0.13
Hex 13 15 2D 3A 35 0 52 EB 29 D
Octal 23 25 55 72 65 0 122 353 51 15
Binary 10011 10101 101101 111010 110101 0 1010010 11101011 101001 1101

Color Harmonies of #13152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13152D

Black with #13152D

Text Example


Text Example

White with #13152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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