#0D0011

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

Shades of Blackcurrant #0D0011

Tints of Blackcurrant #0D0011

Color information

#0D0011 (or 0x0D0011) is unknown color: approx Blackcurrant. HEX triplet: 0D, 00 and 11. RGB value is (13,0,17). Sum of RGB (Red+Green+Blue) = 13+0+17=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #0D0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0011 is #F2FFEE. Grayscale: #050505. Windows color (decimal): -15925231 or 1114125. OLE color: 1114125.

HSL color Cylindrical-coordinate representation of color #0D0011: hue angle of 285.88º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0011 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB13017-
CMYK0.24100.93
HSL285.88º100%3.33%-
HSV(B)285.88º100%6.67%-
XYZ0.270.130.54-
YUV5.82134.31133.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 43.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 56.67%
R=43.33%
G=0%
B=56.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal130170.24100.93285.881003.33
HexD011186405D11e643
Octal150213014401354361443
Binary110101000111000110010001011101100011110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,0,17); }

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

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

 a { background-color: rgb(13,0,17); }

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

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

 span { border-color: rgb(13,0,17); }

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