#0C0910

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

Shades of Blackcurrant #0C0910

Tints of Blackcurrant #0C0910

Color information

#0C0910 (or 0x0C0910) is unknown color: approx Blackcurrant. HEX triplet: 0C, 09 and 10. RGB value is (12,9,16). Sum of RGB (Red+Green+Blue) = 12+9+16=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: blue. Hex color #0C0910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0910 is #F3F6EF. Grayscale: #0A0A0A. Windows color (decimal): -15988464 or 1050892. OLE color: 1050892.

HSL color Cylindrical-coordinate representation of color #0C0910: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0C0910 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB12916-
CMYK0.250.4400.94
HSL265.71º28%4.9%-
HSV(B)265.71º43.75%6.27%-
XYZ0.340.310.53-
YUV10.69130.99128.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 32.43%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=32.43%
G=24.32%
B=43.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal129160.250.4400.94265.71284.9
HexC910192C05E10a1c5
Octal14112031540136412345
Binary1100100110000110011011000101111010000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,16); }

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

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

 a { background-color: rgb(12,9,16); }

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

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

 span { border-color: rgb(12,9,16); }

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