Html Css Color HEX #13132E Black Russian

📋 copy color: '#13132E'

red 19 ◦ green 19 ◦ blue 46

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

Shades of Black Russian #13132E

Tints of Black Russian #13132E

RGB

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

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

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

R = 22.62%
G = 22.62%
B = 54.76%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13132E (or 0x13132E) is known color: Black Russian. HEX triplet: 13, 13 and 2E. RGB value is (19,19,46). Sum of RGB (Red+Green+Blue) = 19+19+46=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #13132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13132E is #ECECD1. Grayscale: #151515. Windows color (decimal): -15527122 or 3019539. OLE color: 3019539.

HSL color Cylindrical-coordinate representation of color #13132E: hue angle of 240º 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 #13132E is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 19 46 -
CMYK 0.59 0.59 0 0.82
HSL 240º 0.42% 0.13% -
HSV(B) 240º 0.59% 0.18% -
XYZ 0.99 0.8 2.69 -
YUV 22.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 19 19 46 0.59 0.59 0 0.82 240 0.42 0.13
Hex 13 13 2E 3B 3B 0 52 F0 2A D
Octal 23 23 56 73 73 0 122 360 52 15
Binary 10011 10011 101110 111011 111011 0 1010010 11110000 101010 1101

Color Harmonies of #13132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13132E

Black with #13132E

Text Example


Text Example

White with #13132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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