#0C0629

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

Shades of Black Russian #0C0629

Tints of Black Russian #0C0629

Color information

#0C0629 (or 0x0C0629) is unknown color: approx Black Russian. HEX triplet: 0C, 06 and 29. RGB value is (12,6,41). Sum of RGB (Red+Green+Blue) = 12+6+41=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 41 (16.41% from 255 or 69.49% from 59); Max value from RGB is 41 - color contains mainly: blue. Hex color #0C0629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0629 is #F3F9D6. Grayscale: #0B0B0B. Windows color (decimal): -15989207 or 2688524. OLE color: 2688524.

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

Color convert

RGB12641-
CMYK0.710.8500.84
HSL250.29º74.47%9.22%-
HSV(B)250.29º85.37%16.08%-
XYZ0.620.372.14-
YUV11.78144.49128.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.34%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 41 (16.41% from 255) = 69.49%
R=20.34%
G=10.17%
B=69.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal126410.710.8500.84250.2974.479.22
HexC6294755054fa4a9
Octal14651107125012437211211
Binary110011010100110001111010101010101001111101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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