Html Css Color HEX #131033 Black Russian

📋 copy color: '#131033'

red 19 ◦ green 16 ◦ blue 51

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

Shades of Black Russian #131033

Tints of Black Russian #131033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.6%

 BLUE value IS 51 (20.31% from 255) = 59.3%

R = 22.09%
G = 18.6%
B = 59.3%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#131033 (or 0x131033) is known color: Black Russian. HEX triplet: 13, 10 and 33. RGB value is (19,16,51). Sum of RGB (Red+Green+Blue) = 19+16+51=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 51 (20.31% from 255 or 59.30% from 86); Max value from RGB is 51 - color contains mainly: blue. Hex color #131033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131033 is #ECEFCC. Grayscale: #141414. Windows color (decimal): -15527885 or 3346451. OLE color: 3346451.

HSL color Cylindrical-coordinate representation of color #131033: hue angle of 245.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131033 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 16 51 -
CMYK 0.63 0.69 0 0.8
HSL 245.14º 0.52% 0.13% -
HSV(B) 245.14º 0.69% 0.2% -
XYZ 1.05 0.75 3.22 -
YUV 20.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 19 16 51 0.63 0.69 0 0.8 245.14 0.52 0.13
Hex 13 10 33 3F 45 0 50 F5 34 D
Octal 23 20 63 77 105 0 120 365 64 15
Binary 10011 10000 110011 111111 1000101 0 1010000 11110101 110100 1101

Color Harmonies of #131033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131033

Black with #131033

Text Example


Text Example

White with #131033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131033; }

 p { color: rgb(19,16,51); }

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

background-color css

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

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

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

border-color css

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

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

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