#13182C

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

Shades of Black Russian #13182C

Tints of Black Russian #13182C

Color information

#13182C (or 0x13182C) is unknown color: approx Black Russian. HEX triplet: 13, 18 and 2C. RGB value is (19,24,44). Sum of RGB (Red+Green+Blue) = 19+24+44=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #13182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13182C is #ECE7D3. Grayscale: #181818. Windows color (decimal): -15525844 or 2889747. OLE color: 2889747.

HSL color Cylindrical-coordinate representation of color #13182C: hue angle of 228º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13182C is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192444-
CMYK0.570.4500.83
HSL228º39.68%12.35%-
HSV(B)228º56.82%17.25%-
XYZ1.050.972.52-
YUV24.78138.84123.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 44 (17.58% from 255) = 50.57%
R=21.84%
G=27.59%
B=50.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1924440.570.4500.8322839.6812.35
Hex13182C392D053e428c
Octal233054715501233445014
Binary100111100010110011100110110101010011111001001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13182C; }

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

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

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

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

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

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

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

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