#0D050F

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

Shades of Blackcurrant #0D050F

Tints of Blackcurrant #0D050F

Color information

#0D050F (or 0x0D050F) is unknown color: approx Blackcurrant. HEX triplet: 0D, 05 and 0F. RGB value is (13,5,15). Sum of RGB (Red+Green+Blue) = 13+5+15=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D050F is #F2FAF0. Grayscale: #080808. Windows color (decimal): -15923953 or 984333. OLE color: 984333.

HSL color Cylindrical-coordinate representation of color #0D050F: hue angle of 288º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D050F is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB13515-
CMYK0.130.6700.94
HSL288º50%3.92%-
HSV(B)288º66.67%5.88%-
XYZ0.310.230.48-
YUV8.53131.65131.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 39.39%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 15 (6.25% from 255) = 45.45%
R=39.39%
G=15.15%
B=45.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal135150.130.6700.94288503.92
HexD5FD4305E120324
Octal15517151030136440624
Binary110110111111101100001101011110100100000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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