Html Css Color HEX #13152C Black Russian

📋 copy color: '#13152C'

red 19 ◦ green 21 ◦ blue 44

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

Shades of Black Russian #13152C

Tints of Black Russian #13152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 52.38%

R = 22.62%
G = 25%
B = 52.38%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13152C (or 0x13152C) is known color: Black Russian. HEX triplet: 13, 15 and 2C. RGB value is (19,21,44). Sum of RGB (Red+Green+Blue) = 19+21+44=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #13152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13152C is #ECEAD3. Grayscale: #161616. Windows color (decimal): -15526612 or 2888979. OLE color: 2888979.

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

Color convert

RGB 19 21 44 -
CMYK 0.57 0.52 0 0.83
HSL 235.2º 0.4% 0.12% -
HSV(B) 235.2º 0.57% 0.17% -
XYZ 0.99 0.86 2.5 -
YUV 23.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 19 21 44 0.57 0.52 0 0.83 235.2 0.4 0.12
Hex 13 15 2C 39 34 0 53 EB 28 C
Octal 23 25 54 71 64 0 123 353 50 14
Binary 10011 10101 101100 111001 110100 0 1010011 11101011 101000 1100

Color Harmonies of #13152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13152C

Black with #13152C

Text Example


Text Example

White with #13152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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