#0D0514

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

Shades of Blackcurrant #0D0514

Tints of Blackcurrant #0D0514

Color information

#0D0514 (or 0x0D0514) is unknown color: approx Blackcurrant. HEX triplet: 0D, 05 and 14. RGB value is (13,5,20). Sum of RGB (Red+Green+Blue) = 13+5+20=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0514 is #F2FAEB. Grayscale: #090909. Windows color (decimal): -15923948 or 1312013. OLE color: 1312013.

HSL color Cylindrical-coordinate representation of color #0D0514: hue angle of 272º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D0514 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB13520-
CMYK0.350.7500.92
HSL272º60%4.9%-
HSV(B)272º75%7.84%-
XYZ0.350.240.69-
YUV9.1134.15130.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 34.21%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 20 (8.20% from 255) = 52.63%
R=34.21%
G=13.16%
B=52.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal135200.350.7500.92272604.9
HexD514234B05C1103c5
Octal15524431130134420745
Binary110110110100100011100101101011100100010000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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