#0D0614

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

Shades of Blackcurrant #0D0614

Tints of Blackcurrant #0D0614

Color information

#0D0614 (or 0x0D0614) is unknown color: approx Blackcurrant. HEX triplet: 0D, 06 and 14. RGB value is (13,6,20). Sum of RGB (Red+Green+Blue) = 13+6+20=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0614 is #F2F9EB. Grayscale: #090909. Windows color (decimal): -15923692 or 1312269. OLE color: 1312269.

HSL color Cylindrical-coordinate representation of color #0D0614: hue angle of 270º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D0614 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB13620-
CMYK0.350.7000.92
HSL270º53.85%5.1%-
HSV(B)270º70%7.84%-
XYZ0.360.270.69-
YUV9.69133.82130.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 20 (8.20% from 255) = 51.28%
R=33.33%
G=15.38%
B=51.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal136200.350.7000.9227053.855.1
HexD614234605C10e365
Octal15624431060134416665
Binary110111010100100011100011001011100100001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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