Html Css Color HEX #131134 Black Russian

📋 copy color: '#131134'

red 19 ◦ green 17 ◦ blue 52

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

Shades of Black Russian #131134

Tints of Black Russian #131134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.32%

 BLUE value IS 52 (20.7% from 255) = 59.09%

R = 21.59%
G = 19.32%
B = 59.09%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131134 (or 0x131134) is known color: Black Russian. HEX triplet: 13, 11 and 34. RGB value is (19,17,52). Sum of RGB (Red+Green+Blue) = 19+17+52=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #131134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131134 is #ECEECB. Grayscale: #151515. Windows color (decimal): -15527628 or 3412243. OLE color: 3412243.

HSL color Cylindrical-coordinate representation of color #131134: hue angle of 243.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131134 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 17 52 -
CMYK 0.63 0.67 0 0.80
HSL 243.43º 0.51% 0.14% -
HSV(B) 243.43º 0.67% 0.2% -
XYZ 1.09 0.79 3.34 -
YUV 21.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 19 17 52 0.63 0.67 0 0.80 243.43 0.51 0.14
Hex 13 11 34 3F 43 0 50 F3 33 E
Octal 23 21 64 77 103 0 120 363 63 16
Binary 10011 10001 110100 111111 1000011 0 1010000 11110011 110011 1110

Color Harmonies of #131134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131134

Black with #131134

Text Example


Text Example

White with #131134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131134; }

 p { color: rgb(19,17,52); }

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

background-color css

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

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

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

border-color css

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

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

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