#0D0518

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

Shades of Blackcurrant #0D0518

Tints of Blackcurrant #0D0518

Color information

#0D0518 (or 0x0D0518) is unknown color: approx Blackcurrant. HEX triplet: 0D, 05 and 18. RGB value is (13,5,24). Sum of RGB (Red+Green+Blue) = 13+5+24=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0518 is #F2FAE7. Grayscale: #090909. Windows color (decimal): -15923944 or 1574157. OLE color: 1574157.

HSL color Cylindrical-coordinate representation of color #0D0518: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D0518 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB13524-
CMYK0.460.7900.91
HSL265.26º65.52%5.69%-
HSV(B)265.26º79.17%9.41%-
XYZ0.390.260.89-
YUV9.56136.15130.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.95%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 24 (9.77% from 255) = 57.14%
R=30.95%
G=11.90%
B=57.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal135240.460.7900.91265.2665.525.69
HexD5182E4F05B109426
Octal155305611701334111026
Binary1101101110001011101001111010110111000010011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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