#0D0914

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

Shades of Blackcurrant #0D0914

Tints of Blackcurrant #0D0914

Color information

#0D0914 (or 0x0D0914) is unknown color: approx Blackcurrant. HEX triplet: 0D, 09 and 14. RGB value is (13,9,20). Sum of RGB (Red+Green+Blue) = 13+9+20=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0914 is #F2F6EB. Grayscale: #0B0B0B. Windows color (decimal): -15922924 or 1313037. OLE color: 1313037.

HSL color Cylindrical-coordinate representation of color #0D0914: hue angle of 261.82º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D0914 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB13920-
CMYK0.350.5500.92
HSL261.82º37.93%5.69%-
HSV(B)261.82º55%7.84%-
XYZ0.390.330.71-
YUV11.45132.83129.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.95%
GREEN value IS 9 (3.91% from 255) = 21.43%
BLUE value IS 20 (8.20% from 255) = 47.62%
R=30.95%
G=21.43%
B=47.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal139200.350.5500.92261.8237.935.69
HexD914233705C106266
Octal15112443670134406466
Binary110110011010010001111011101011100100000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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