#0A0011

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

Shades of Blackcurrant #0A0011

Tints of Blackcurrant #0A0011

Color information

#0A0011 (or 0x0A0011) is unknown color: approx Blackcurrant. HEX triplet: 0A, 00 and 11. RGB value is (10,0,17). Sum of RGB (Red+Green+Blue) = 10+0+17=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0011 is #F5FFEE. Grayscale: #040404. Windows color (decimal): -16121839 or 1114122. OLE color: 1114122.

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

Color convert

RGB10017-
CMYK0.41100.93
HSL275.29º100%3.33%-
HSV(B)275.29º100%6.67%-
XYZ0.230.110.54-
YUV4.93134.81131.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 37.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 62.96%
R=37.04%
G=0%
B=62.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal100170.41100.93275.291003.33
HexA011296405D113643
Octal120215114401354231443
Binary1010010001101001110010001011101100010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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