#05000E

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

Shades of Blackcurrant #05000E

Tints of Blackcurrant #05000E

Color information

#05000E (or 0x05000E) is unknown color: approx Blackcurrant. HEX triplet: 05, 00 and 0E. RGB value is (5,0,14). Sum of RGB (Red+Green+Blue) = 5+0+14=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 14 (5.86% from 255 or 73.68% from 19); Max value from RGB is 14 - color contains mainly: blue. Hex color #05000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05000E is #FAFFF1. Grayscale: #030303. Windows color (decimal): -16449522 or 917509. OLE color: 917509.

HSL color Cylindrical-coordinate representation of color #05000E: hue angle of 261.43º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05000E is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5014-
CMYK0.64100.95
HSL261.43º100%2.75%-
HSV(B)261.43º100%5.49%-
XYZ0.140.060.42-
YUV3.09134.16129.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 26.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 73.68%
R=26.32%
G=0%
B=73.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal50140.64100.95261.431002.75
Hex50E406405F105643
Octal501610014401374051443
Binary101011101000000110010001011111100000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05000E; }

 p { color: rgb(5,0,14); }

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

<style>
 a { background-color: #05000E; }

 a { background-color: rgb(5,0,14); }

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

<style>
 span { border-color: #05000E; }

 span { border-color: rgb(5,0,14); }

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