#131223

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

Shades of Black Russian #131223

Tints of Black Russian #131223

Color information

#131223 (or 0x131223) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 23. RGB value is (19,18,35). Sum of RGB (Red+Green+Blue) = 19+18+35=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #131223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131223 is #ECEDDC. Grayscale: #141414. Windows color (decimal): -15527389 or 2298387. OLE color: 2298387.

HSL color Cylindrical-coordinate representation of color #131223: hue angle of 243.53º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #131223 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB191835-
CMYK0.460.4900.86
HSL243.53º32.08%10.39%-
HSV(B)243.53º48.57%13.73%-
XYZ0.790.691.68-
YUV20.24136.33127.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=26.39%
G=25%
B=48.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1918350.460.4900.86243.5332.0810.39
Hex1312232E31056f420a
Octal232243566101263644012
Binary100111001010001110111011000101010110111101001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131223; }

 p { color: rgb(19,18,35); }

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

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

 a { background-color: rgb(19,18,35); }

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

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

 span { border-color: rgb(19,18,35); }

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