#05000B

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

Shades of Blackcurrant #05000B

Tints of Blackcurrant #05000B

Color information

#05000B (or 0x05000B) is unknown color: approx Blackcurrant. HEX triplet: 05, 00 and 0B. RGB value is (5,0,11). Sum of RGB (Red+Green+Blue) = 5+0+11=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 11 (4.69% from 255 or 68.75% from 16); Max value from RGB is 11 - color contains mainly: blue. Hex color #05000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05000B is #FAFFF4. Grayscale: #020202. Windows color (decimal): -16449525 or 720901. OLE color: 720901.

HSL color Cylindrical-coordinate representation of color #05000B: hue angle of 267.27º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05000B is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5011-
CMYK0.55100.96
HSL267.27º100%2.16%-
HSV(B)267.27º100%4.31%-
XYZ0.120.060.32-
YUV2.75132.66129.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 31.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 68.75%
R=31.25%
G=0%
B=68.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal50110.55100.96267.271002.16
Hex50B376406010b642
Octal50136714401404131442
Binary10101011110111110010001100000100001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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