#0c082e

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

Shades of Black Russian #0C082E

Tints of Black Russian #0C082E

Color information

#0C082E (or 0x0C082E) is unknown color: approx Black Russian. HEX triplet: 0C, 08 and 2E. RGB value is (12,8,46). Sum of RGB (Red+Green+Blue) = 12+8+46=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 46 (18.36% from 255 or 69.70% from 66); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C082E is #F3F7D1. Grayscale: #0D0D0D. Windows color (decimal): -15988690 or 3016716. OLE color: 3016716.

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

Color convert

RGB12846-
CMYK0.740.8300.82
HSL246.32º70.37%10.59%-
HSV(B)246.32º82.61%18.04%-
XYZ0.730.452.63-
YUV13.53146.33126.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.18%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 46 (18.36% from 255) = 69.70%
R=18.18%
G=12.12%
B=69.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal128460.740.8300.82246.3270.3710.59
HexC82E4A53052f646b
Octal141056112123012236610613
Binary1100100010111010010101010011010100101111011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c082e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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