#0D0910

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

Shades of Blackcurrant #0D0910

Tints of Blackcurrant #0D0910

Color information

#0D0910 (or 0x0D0910) is unknown color: approx Blackcurrant. HEX triplet: 0D, 09 and 10. RGB value is (13,9,16). Sum of RGB (Red+Green+Blue) = 13+9+16=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 16 - color contains mainly: blue. Hex color #0D0910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0910 is #F2F6EF. Grayscale: #0A0A0A. Windows color (decimal): -15922928 or 1050893. OLE color: 1050893.

HSL color Cylindrical-coordinate representation of color #0D0910: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0D0910 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB13916-
CMYK0.190.4400.94
HSL274.29º28%4.9%-
HSV(B)274.29º43.75%6.27%-
XYZ0.360.320.53-
YUV10.99130.83129.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 34.21%
GREEN value IS 9 (3.91% from 255) = 23.68%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=34.21%
G=23.68%
B=42.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal139160.190.4400.94274.29284.9
HexD910132C05E1121c5
Octal15112023540136422345
Binary1101100110000100111011000101111010001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,9,16); }

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

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

 a { background-color: rgb(13,9,16); }

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

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

 span { border-color: rgb(13,9,16); }

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