#0A0511

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

Shades of Blackcurrant #0A0511

Tints of Blackcurrant #0A0511

Color information

#0A0511 (or 0x0A0511) is unknown color: approx Blackcurrant. HEX triplet: 0A, 05 and 11. RGB value is (10,5,17). Sum of RGB (Red+Green+Blue) = 10+5+17=32 (4% of max value = 765). Red value is 10 (4.30% from 255 or 31.25% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0511 is #F5FAEE. Grayscale: #070707. Windows color (decimal): -16120559 or 1115402. OLE color: 1115402.

HSL color Cylindrical-coordinate representation of color #0A0511: hue angle of 265º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A0511 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB10517-
CMYK0.410.7100.93
HSL265º54.55%4.31%-
HSV(B)265º70.59%6.67%-
XYZ0.280.210.56-
YUV7.86133.16129.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 31.25%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 17 (7.03% from 255) = 53.12%
R=31.25%
G=15.62%
B=53.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal105170.410.7100.9326554.554.31
HexA511294705D109374
Octal12521511070135411674
Binary101010110001101001100011101011101100001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,17); }

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

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

 a { background-color: rgb(10,5,17); }

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

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

 span { border-color: rgb(10,5,17); }

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