#0C062A

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

Shades of Black Russian #0C062A

Tints of Black Russian #0C062A

Color information

#0C062A (or 0x0C062A) is unknown color: approx Black Russian. HEX triplet: 0C, 06 and 2A. RGB value is (12,6,42). Sum of RGB (Red+Green+Blue) = 12+6+42=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C062A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C062A is #F3F9D5. Grayscale: #0B0B0B. Windows color (decimal): -15989206 or 2754060. OLE color: 2754060.

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

Color convert

RGB12642-
CMYK0.710.8600.84
HSL250º75%9.41%-
HSV(B)250º85.71%16.47%-
XYZ0.630.382.23-
YUV11.9144.99128.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20%
GREEN value IS 6 (2.73% from 255) = 10%
BLUE value IS 42 (16.80% from 255) = 70%
R=20%
G=10%
B=70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal126420.710.8600.84250759.41
HexC62A4756054fa4b9
Octal14652107126012437211311
Binary110011010101010001111010110010101001111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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