#0D0718

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

Shades of Blackcurrant #0D0718

Tints of Blackcurrant #0D0718

Color information

#0D0718 (or 0x0D0718) is unknown color: approx Blackcurrant. HEX triplet: 0D, 07 and 18. RGB value is (13,7,24). Sum of RGB (Red+Green+Blue) = 13+7+24=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0718 is #F2F8E7. Grayscale: #0A0A0A. Windows color (decimal): -15923432 or 1574669. OLE color: 1574669.

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

Color convert

RGB13724-
CMYK0.460.7100.91
HSL261.18º54.84%6.08%-
HSV(B)261.18º70.83%9.41%-
XYZ0.410.30.9-
YUV10.73135.49129.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=29.55%
G=15.91%
B=54.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal137240.460.7100.91261.1854.846.08
HexD7182E4705B105376
Octal15730561070133405676
Binary110111111000101110100011101011011100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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