#090C14

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

Shades of Black Russian #090C14

Tints of Black Russian #090C14

Color information

#090C14 (or 0x090C14) is unknown color: approx Black Russian. HEX triplet: 09, 0C and 14. RGB value is (9,12,20). Sum of RGB (Red+Green+Blue) = 9+12+20=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #090C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C14 is #F6F3EB. Grayscale: #0B0B0B. Windows color (decimal): -16184300 or 1313801. OLE color: 1313801.

HSL color Cylindrical-coordinate representation of color #090C14: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #090C14 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91220-
CMYK0.550.4000.92
HSL223.64º37.93%5.69%-
HSV(B)223.64º55%7.84%-
XYZ0.370.370.71-
YUV12.02132.51125.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.95%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=21.95%
G=29.27%
B=48.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal912200.550.4000.92223.6437.935.69
Hex9C14372805Ce0266
Octal11142467500134340466
Binary10011100101001101111010000101110011100000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090C14; }

 p { color: rgb(9,12,20); }

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

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

 a { background-color: rgb(9,12,20); }

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

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

 span { border-color: rgb(9,12,20); }

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