#131228

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

Shades of Black Russian #131228

Tints of Black Russian #131228

Color information

#131228 (or 0x131228) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 28. RGB value is (19,18,40). Sum of RGB (Red+Green+Blue) = 19+18+40=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #131228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131228 is #ECEDD7. Grayscale: #141414. Windows color (decimal): -15527384 or 2626067. OLE color: 2626067.

HSL color Cylindrical-coordinate representation of color #131228: hue angle of 242.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #131228 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB191840-
CMYK0.520.5500.84
HSL242.73º37.93%11.37%-
HSV(B)242.73º55%15.69%-
XYZ0.870.722.1-
YUV20.81138.83126.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=24.68%
G=23.38%
B=51.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1918400.520.5500.84242.7337.9311.37
Hex1312283437054f326b
Octal232250646701243634613
Binary100111001010100011010011011101010100111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131228; }

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

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

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

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

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

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

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

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