#0C092F

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

Shades of Black Russian #0C092F

Tints of Black Russian #0C092F

Color information

#0C092F (or 0x0C092F) is unknown color: approx Black Russian. HEX triplet: 0C, 09 and 2F. RGB value is (12,9,47). Sum of RGB (Red+Green+Blue) = 12+9+47=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C092F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C092F is #F3F6D0. Grayscale: #0E0E0E. Windows color (decimal): -15988433 or 3082508. OLE color: 3082508.

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

Color convert

RGB12947-
CMYK0.740.8100.82
HSL244.74º67.86%10.98%-
HSV(B)244.74º80.85%18.43%-
XYZ0.760.482.74-
YUV14.23146.49126.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.65%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 47 (18.75% from 255) = 69.12%
R=17.65%
G=13.24%
B=69.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal129470.740.8100.82244.7467.8610.98
HexC92F4A51052f544b
Octal141157112121012236510413
Binary1100100110111110010101010001010100101111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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