#131830

Color #131830 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #131830

Tints of Black Russian #131830

Color information

#131830 (or 0x131830) is unknown color: approx Black Russian. HEX triplet: 13, 18 and 30. RGB value is (19,24,48). Sum of RGB (Red+Green+Blue) = 19+24+48=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #131830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131830 is #ECE7CF. Grayscale: #191919. Windows color (decimal): -15525840 or 3151891. OLE color: 3151891.

HSL color Cylindrical-coordinate representation of color #131830: hue angle of 229.66º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131830 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB192448-
CMYK0.600.500.81
HSL229.66º43.28%13.14%-
HSV(B)229.66º60.42%18.82%-
XYZ1.131.012.93-
YUV25.24140.84123.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 48 (19.14% from 255) = 52.75%
R=20.88%
G=26.37%
B=52.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1924480.600.500.81229.6643.2813.14
Hex1318303C32051e62bd
Octal233060746201213465315
Binary100111100011000011110011001001010001111001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131830; }

 p { color: rgb(19,24,48); }

 H1.HeaderClassName
 {
   color: #131830;
 }
 .AnyTagClassName
 {
   color: #131830;
 }
</style>
background-color css

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

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

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

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

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

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