#0A0115

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

Shades of Blackcurrant #0A0115

Tints of Blackcurrant #0A0115

Color information

#0A0115 (or 0x0A0115) is unknown color: approx Blackcurrant. HEX triplet: 0A, 01 and 15. RGB value is (10,1,21). Sum of RGB (Red+Green+Blue) = 10+1+21=32 (4% of max value = 765). Red value is 10 (4.30% from 255 or 31.25% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 21 (8.59% from 255 or 65.62% from 32); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0115 is #F5FEEA. Grayscale: #050505. Windows color (decimal): -16121579 or 1376522. OLE color: 1376522.

HSL color Cylindrical-coordinate representation of color #0A0115: hue angle of 267º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0115 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB10121-
CMYK0.520.9500.92
HSL267º90.91%4.31%-
HSV(B)267º95.24%8.24%-
XYZ0.270.140.72-
YUV5.97136.48130.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 31.25%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 21 (8.59% from 255) = 65.62%
R=31.25%
G=3.12%
B=65.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal101210.520.9500.9226790.914.31
HexA115345F05C10b5b4
Octal121256413701344131334
Binary10101101011101001011111010111001000010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,1,21); }

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

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

 a { background-color: rgb(10,1,21); }

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

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

 span { border-color: rgb(10,1,21); }

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