#0A0513

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

Shades of Blackcurrant #0A0513

Tints of Blackcurrant #0A0513

Color information

#0A0513 (or 0x0A0513) is unknown color: approx Blackcurrant. HEX triplet: 0A, 05 and 13. RGB value is (10,5,19). Sum of RGB (Red+Green+Blue) = 10+5+19=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A0513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0513 is #F5FAEC. Grayscale: #080808. Windows color (decimal): -16120557 or 1246474. OLE color: 1246474.

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

Color convert

RGB10519-
CMYK0.470.7400.93
HSL261.43º58.33%4.71%-
HSV(B)261.43º73.68%7.45%-
XYZ0.30.220.64-
YUV8.09134.16129.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 29.41%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 19 (7.81% from 255) = 55.88%
R=29.41%
G=14.71%
B=55.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal105190.470.7400.93261.4358.334.71
HexA5132F4A05D1053a5
Octal12523571120135405725
Binary101010110011101111100101001011101100000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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