#0D0617

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

Shades of Blackcurrant #0D0617

Tints of Blackcurrant #0D0617

Color information

#0D0617 (or 0x0D0617) is unknown color: approx Blackcurrant. HEX triplet: 0D, 06 and 17. RGB value is (13,6,23). Sum of RGB (Red+Green+Blue) = 13+6+23=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0617 is #F2F9E8. Grayscale: #090909. Windows color (decimal): -15923689 or 1508877. OLE color: 1508877.

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

Color convert

RGB13623-
CMYK0.430.7400.91
HSL264.71º58.62%5.69%-
HSV(B)264.71º73.91%9.02%-
XYZ0.390.280.84-
YUV10.03135.32130.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.95%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=30.95%
G=14.29%
B=54.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal136230.430.7400.91264.7158.625.69
HexD6172B4A05B1093b6
Octal15627531120133411736
Binary110111010111101011100101001011011100001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,23); }

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

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

 a { background-color: rgb(13,6,23); }

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

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

 span { border-color: rgb(13,6,23); }

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