#0C092E

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

Shades of Black Russian #0C092E

Tints of Black Russian #0C092E

Color information

#0C092E (or 0x0C092E) is unknown color: approx Black Russian. HEX triplet: 0C, 09 and 2E. RGB value is (12,9,46). Sum of RGB (Red+Green+Blue) = 12+9+46=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C092E is #F3F6D1. Grayscale: #0D0D0D. Windows color (decimal): -15988434 or 3016972. OLE color: 3016972.

HSL color Cylindrical-coordinate representation of color #0C092E: hue angle of 244.86º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C092E is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB12946-
CMYK0.740.8000.82
HSL244.86º67.27%10.78%-
HSV(B)244.86º80.43%18.04%-
XYZ0.740.472.64-
YUV14.11145.99126.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.91%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 46 (18.36% from 255) = 68.66%
R=17.91%
G=13.43%
B=68.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal129460.740.8000.82244.8667.2710.78
HexC92E4A50052f543b
Octal141156112120012236510313
Binary1100100110111010010101010000010100101111010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C092E; }

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

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

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

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

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

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

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

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