Html Css Color HEX #131135 Black Russian

📋 copy color: '#131135'

red 19 ◦ green 17 ◦ blue 53

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

Shades of Black Russian #131135

Tints of Black Russian #131135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 59.55%

R = 21.35%
G = 19.1%
B = 59.55%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#131135 (or 0x131135) is known color: Black Russian. HEX triplet: 13, 11 and 35. RGB value is (19,17,53). Sum of RGB (Red+Green+Blue) = 19+17+53=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #131135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131135 is #ECEECA. Grayscale: #151515. Windows color (decimal): -15527627 or 3477779. OLE color: 3477779.

HSL color Cylindrical-coordinate representation of color #131135: hue angle of 243.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131135 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 17 53 -
CMYK 0.64 0.68 0 0.79
HSL 243.33º 0.51% 0.14% -
HSV(B) 243.33º 0.68% 0.21% -
XYZ 1.11 0.8 3.46 -
YUV 21.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 19 17 53 0.64 0.68 0 0.79 243.33 0.51 0.14
Hex 13 11 35 40 44 0 4F F3 33 E
Octal 23 21 65 100 104 0 117 363 63 16
Binary 10011 10001 110101 1000000 1000100 0 1001111 11110011 110011 1110

Color Harmonies of #131135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131135

Black with #131135

Text Example


Text Example

White with #131135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131135; }

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

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

background-color css

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

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

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

border-color css

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

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

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