#0C0730

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

Shades of Black Russian #0C0730

Tints of Black Russian #0C0730

Color information

#0C0730 (or 0x0C0730) is unknown color: approx Black Russian. HEX triplet: 0C, 07 and 30. RGB value is (12,7,48). Sum of RGB (Red+Green+Blue) = 12+7+48=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C0730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0730 is #F3F8CF. Grayscale: #0D0D0D. Windows color (decimal): -15988944 or 3147532. OLE color: 3147532.

HSL color Cylindrical-coordinate representation of color #0C0730: hue angle of 247.32º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C0730 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB12748-
CMYK0.750.8500.81
HSL247.32º74.55%10.78%-
HSV(B)247.32º85.42%18.82%-
XYZ0.760.442.84-
YUV13.17147.66127.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.91%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 48 (19.14% from 255) = 71.64%
R=17.91%
G=10.45%
B=71.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal127480.750.8500.81247.3274.5510.78
HexC7304B55051f74bb
Octal14760113125012136711313
Binary110011111000010010111010101010100011111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,48); }

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

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

 a { background-color: rgb(12,7,48); }

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

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

 span { border-color: rgb(12,7,48); }

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