#0C092B

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

Shades of Black Russian #0C092B

Tints of Black Russian #0C092B

Color information

#0C092B (or 0x0C092B) is unknown color: approx Black Russian. HEX triplet: 0C, 09 and 2B. RGB value is (12,9,43). Sum of RGB (Red+Green+Blue) = 12+9+43=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C092B is #F3F6D4. Grayscale: #0D0D0D. Windows color (decimal): -15988437 or 2820364. OLE color: 2820364.

HSL color Cylindrical-coordinate representation of color #0C092B: hue angle of 245.29º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C092B is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB12943-
CMYK0.720.7900.83
HSL245.29º65.38%10.2%-
HSV(B)245.29º79.07%16.86%-
XYZ0.690.452.34-
YUV13.77144.49126.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.75%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 43 (17.19% from 255) = 67.19%
R=18.75%
G=14.06%
B=67.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal129430.720.7900.83245.2965.3810.2
HexC92B484F053f541a
Octal141153110117012336510112
Binary1100100110101110010001001111010100111111010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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