#05000D

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

Shades of Blackcurrant #05000D

Tints of Blackcurrant #05000D

Color information

#05000D (or 0x05000D) is unknown color: approx Blackcurrant. HEX triplet: 05, 00 and 0D. RGB value is (5,0,13). Sum of RGB (Red+Green+Blue) = 5+0+13=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 13 (5.47% from 255 or 72.22% from 18); Max value from RGB is 13 - color contains mainly: blue. Hex color #05000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05000D is #FAFFF2. Grayscale: #020202. Windows color (decimal): -16449523 or 851973. OLE color: 851973.

HSL color Cylindrical-coordinate representation of color #05000D: hue angle of 263.08º 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 #05000D is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5013-
CMYK0.62100.95
HSL263.08º100%2.55%-
HSV(B)263.08º100%5.1%-
XYZ0.140.060.39-
YUV2.98133.66129.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 27.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 72.22%
R=27.78%
G=0%
B=72.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal50130.62100.95263.081002.55
Hex50D3E6405F107643
Octal50157614401374071443
Binary10101101111110110010001011111100000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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