#0D0714

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

Shades of Blackcurrant #0D0714

Tints of Blackcurrant #0D0714

Color information

#0D0714 (or 0x0D0714) is unknown color: approx Blackcurrant. HEX triplet: 0D, 07 and 14. RGB value is (13,7,20). Sum of RGB (Red+Green+Blue) = 13+7+20=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0714 is #F2F8EB. Grayscale: #0A0A0A. Windows color (decimal): -15923436 or 1312525. OLE color: 1312525.

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

Color convert

RGB13720-
CMYK0.350.6500.92
HSL267.69º48.15%5.29%-
HSV(B)267.69º65%7.84%-
XYZ0.370.290.7-
YUV10.28133.49129.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 32.5%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 20 (8.20% from 255) = 50%
R=32.5%
G=17.5%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal137200.350.6500.92267.6948.155.29
HexD714234105C10c305
Octal15724431010134414605
Binary110111110100100011100000101011100100001100110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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