#0A0213

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

Shades of Blackcurrant #0A0213

Tints of Blackcurrant #0A0213

Color information

#0A0213 (or 0x0A0213) is unknown color: approx Blackcurrant. HEX triplet: 0A, 02 and 13. RGB value is (10,2,19). Sum of RGB (Red+Green+Blue) = 10+2+19=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A0213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0213 is #F5FDEC. Grayscale: #060606. Windows color (decimal): -16121325 or 1245706. OLE color: 1245706.

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

Color convert

RGB10219-
CMYK0.470.8900.93
HSL268.24º80.95%4.12%-
HSV(B)268.24º89.47%7.45%-
XYZ0.260.150.63-
YUV6.33135.15130.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 32.26%
GREEN value IS 2 (1.17% from 255) = 6.45%
BLUE value IS 19 (7.81% from 255) = 61.29%
R=32.26%
G=6.45%
B=61.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal102190.470.8900.93268.2480.954.12
HexA2132F5905D10c514
Octal122235713101354141214
Binary101010100111011111011001010111011000011001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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