#05010B

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

Shades of Blackcurrant #05010B

Tints of Blackcurrant #05010B

Color information

#05010B (or 0x05010B) is unknown color: approx Blackcurrant. HEX triplet: 05, 01 and 0B. RGB value is (5,1,11). Sum of RGB (Red+Green+Blue) = 5+1+11=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 11 (4.69% from 255 or 64.71% from 17); Max value from RGB is 11 - color contains mainly: blue. Hex color #05010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05010B is #FAFEF4. Grayscale: #030303. Windows color (decimal): -16449269 or 721157. OLE color: 721157.

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

Color convert

RGB5111-
CMYK0.550.9100.96
HSL264º83.33%2.35%-
HSV(B)264º90.91%4.31%-
XYZ0.130.080.32-
YUV3.34132.33129.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 29.41%
GREEN value IS 1 (0.78% from 255) = 5.88%
BLUE value IS 11 (4.69% from 255) = 64.71%
R=29.41%
G=5.88%
B=64.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51110.550.9100.9626483.332.35
Hex51B375B060108532
Octal51136713301404101232
Binary10111011110111101101101100000100001000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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