#0D0717

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

Shades of Blackcurrant #0D0717

Tints of Blackcurrant #0D0717

Color information

#0D0717 (or 0x0D0717) is unknown color: approx Blackcurrant. HEX triplet: 0D, 07 and 17. RGB value is (13,7,23). Sum of RGB (Red+Green+Blue) = 13+7+23=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0717 is #F2F8E8. Grayscale: #0A0A0A. Windows color (decimal): -15923433 or 1509133. OLE color: 1509133.

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

Color convert

RGB13723-
CMYK0.430.7000.91
HSL262.5º53.33%5.88%-
HSV(B)262.5º69.57%9.02%-
XYZ0.40.30.85-
YUV10.62134.99129.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.23%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=30.23%
G=16.28%
B=53.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal137230.430.7000.91262.553.335.88
HexD7172B4605B106356
Octal15727531060133406656
Binary110111110111101011100011001011011100000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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