#111430

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

Shades of Black Russian #111430

Tints of Black Russian #111430

Color information

#111430 (or 0x111430) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 30. RGB value is (17,20,48). Sum of RGB (Red+Green+Blue) = 17+20+48=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #111430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111430 is #EEEBCF. Grayscale: #161616. Windows color (decimal): -15657936 or 3150865. OLE color: 3150865.

HSL color Cylindrical-coordinate representation of color #111430: hue angle of 234.19º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111430 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB172048-
CMYK0.650.5800.81
HSL234.19º47.69%12.75%-
HSV(B)234.19º64.58%18.82%-
XYZ1.010.832.9-
YUV22.3142.51124.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 48 (19.14% from 255) = 56.47%
R=20%
G=23.53%
B=56.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1720480.650.5800.81234.1947.6912.75
Hex111430413A051ea30d
Octal2124601017201213526015
Binary1000110100110000100000111101001010001111010101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111430; }

 p { color: rgb(17,20,48); }

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

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

 a { background-color: rgb(17,20,48); }

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

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

 span { border-color: rgb(17,20,48); }

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