Html Css Color HEX #13162E Black Russian

📋 copy color: '#13162E'

red 19 ◦ green 22 ◦ blue 46

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

Shades of Black Russian #13162E

Tints of Black Russian #13162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.29%

 BLUE value IS 46 (18.36% from 255) = 52.87%

R = 21.84%
G = 25.29%
B = 52.87%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13162E (or 0x13162E) is known color: Black Russian. HEX triplet: 13, 16 and 2E. RGB value is (19,22,46). Sum of RGB (Red+Green+Blue) = 19+22+46=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #13162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13162E is #ECE9D1. Grayscale: #171717. Windows color (decimal): -15526354 or 3020307. OLE color: 3020307.

HSL color Cylindrical-coordinate representation of color #13162E: hue angle of 233.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13162E is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 22 46 -
CMYK 0.59 0.52 0 0.82
HSL 233.33º 0.42% 0.13% -
HSV(B) 233.33º 0.59% 0.18% -
XYZ 1.05 0.91 2.71 -
YUV 23.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 19 22 46 0.59 0.52 0 0.82 233.33 0.42 0.13
Hex 13 16 2E 3B 34 0 52 E9 2A D
Octal 23 26 56 73 64 0 122 351 52 15
Binary 10011 10110 101110 111011 110100 0 1010010 11101001 101010 1101

Color Harmonies of #13162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13162E

Black with #13162E

Text Example


Text Example

White with #13162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13162E; }

 p { color: rgb(19,22,46); }

 H1.HeaderClassName
 {
   color: #13162E;
 }
 .AnyTagClassName
 {
   color: #13162E;
 }
</style>

background-color css

<style>
 a { background-color: #13162E; }

 a { background-color: rgb(19,22,46); }

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

border-color css

<style>
 span { border-color: #13162E; }

 span { border-color: rgb(19,22,46); }

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