#0A0411

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

Shades of Blackcurrant #0A0411

Tints of Blackcurrant #0A0411

Color information

#0A0411 (or 0x0A0411) is unknown color: approx Blackcurrant. HEX triplet: 0A, 04 and 11. RGB value is (10,4,17). Sum of RGB (Red+Green+Blue) = 10+4+17=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 17 (7.03% from 255 or 54.84% from 31); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0411 is #F5FBEE. Grayscale: #070707. Windows color (decimal): -16120815 or 1115146. OLE color: 1115146.

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

Color convert

RGB10417-
CMYK0.410.7600.93
HSL267.69º61.9%4.12%-
HSV(B)267.69º76.47%6.67%-
XYZ0.270.190.55-
YUV7.28133.49129.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 32.26%
GREEN value IS 4 (1.95% from 255) = 12.90%
BLUE value IS 17 (7.03% from 255) = 54.84%
R=32.26%
G=12.90%
B=54.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal104170.410.7600.93267.6961.94.12
HexA411294C05D10c3e4
Octal12421511140135414764
Binary101010010001101001100110001011101100001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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