#050306

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

Shades of Blackcurrant #050306

Tints of Blackcurrant #050306

Color information

#050306 (or 0x050306) is unknown color: approx Blackcurrant. HEX triplet: 05, 03 and 06. RGB value is (5,3,6). Sum of RGB (Red+Green+Blue) = 5+3+6=14 (1% of max value = 765). Red value is 5 (2.34% from 255 or 35.71% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 6 - color contains mainly: blue. Hex color #050306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050306 is #FAFCF9. Grayscale: #030303. Windows color (decimal): -16448762 or 393989. OLE color: 393989.

HSL color Cylindrical-coordinate representation of color #050306: hue angle of 280º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #050306 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB536-
CMYK0.170.5000.98
HSL280º33.33%1.76%-
HSV(B)280º50%2.35%-
XYZ0.130.110.19-
YUV3.94129.16128.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 35.71%
GREEN value IS 3 (1.56% from 255) = 21.43%
BLUE value IS 6 (2.73% from 255) = 42.86%
R=35.71%
G=21.43%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal5360.170.5000.9828033.331.76
Hex5361132062118212
Octal53621620142430412
Binary10111110100011100100110001010001100010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050306; }

 p { color: rgb(5,3,6); }

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

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

 a { background-color: rgb(5,3,6); }

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

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

 span { border-color: rgb(5,3,6); }

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