#0A050D

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

Shades of Blackcurrant #0A050D

Tints of Blackcurrant #0A050D

Color information

#0A050D (or 0x0A050D) is unknown color: approx Blackcurrant. HEX triplet: 0A, 05 and 0D. RGB value is (10,5,13). Sum of RGB (Red+Green+Blue) = 10+5+13=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 13 - color contains mainly: blue. Hex color #0A050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A050D is #F5FAF2. Grayscale: #070707. Windows color (decimal): -16120563 or 853258. OLE color: 853258.

HSL color Cylindrical-coordinate representation of color #0A050D: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A050D is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB10513-
CMYK0.230.6200.95
HSL277.5º44.44%3.53%-
HSV(B)277.5º61.54%5.1%-
XYZ0.250.20.41-
YUV7.41131.16129.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 35.71%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 13 (5.47% from 255) = 46.43%
R=35.71%
G=17.86%
B=46.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal105130.230.6200.95277.544.443.53
HexA5D173E05F1162c4
Octal1251527760137426544
Binary101010111011011111111001011111100010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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