#0C082A

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

Shades of Black Russian #0C082A

Tints of Black Russian #0C082A

Color information

#0C082A (or 0x0C082A) is unknown color: approx Black Russian. HEX triplet: 0C, 08 and 2A. RGB value is (12,8,42). Sum of RGB (Red+Green+Blue) = 12+8+42=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C082A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C082A is #F3F7D5. Grayscale: #0C0C0C. Windows color (decimal): -15988694 or 2754572. OLE color: 2754572.

HSL color Cylindrical-coordinate representation of color #0C082A: hue angle of 247.06º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C082A is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB12842-
CMYK0.710.8100.84
HSL247.06º68%9.8%-
HSV(B)247.06º80.95%16.47%-
XYZ0.660.422.24-
YUV13.07144.33127.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.35%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 42 (16.80% from 255) = 67.74%
R=19.35%
G=12.90%
B=67.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal128420.710.8100.84247.06689.8
HexC82A4751054f744a
Octal141052107121012436710412
Binary1100100010101010001111010001010101001111011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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