#0A020F

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

Shades of Blackcurrant #0A020F

Tints of Blackcurrant #0A020F

Color information

#0A020F (or 0x0A020F) is unknown color: approx Blackcurrant. HEX triplet: 0A, 02 and 0F. RGB value is (10,2,15). Sum of RGB (Red+Green+Blue) = 10+2+15=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A020F is #F5FDF0. Grayscale: #050505. Windows color (decimal): -16121329 or 983562. OLE color: 983562.

HSL color Cylindrical-coordinate representation of color #0A020F: hue angle of 276.92º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A020F is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB10215-
CMYK0.330.8700.94
HSL276.92º76.47%3.33%-
HSV(B)276.92º86.67%5.88%-
XYZ0.230.140.47-
YUV5.87133.15130.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 37.04%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 15 (6.25% from 255) = 55.56%
R=37.04%
G=7.41%
B=55.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal102150.330.8700.94276.9276.473.33
HexA2F215705E1154c3
Octal122174112701364251143
Binary1010101111100001101011101011110100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,15); }

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

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

 a { background-color: rgb(10,2,15); }

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

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

 span { border-color: rgb(10,2,15); }

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