#050308

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

Shades of Blackcurrant #050308

Tints of Blackcurrant #050308

Color information

#050308 (or 0x050308) is unknown color: approx Blackcurrant. HEX triplet: 05, 03 and 08. RGB value is (5,3,8). Sum of RGB (Red+Green+Blue) = 5+3+8=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: blue. Hex color #050308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050308 is #FAFCF7. Grayscale: #040404. Windows color (decimal): -16448760 or 525061. OLE color: 525061.

HSL color Cylindrical-coordinate representation of color #050308: hue angle of 264º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050308 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB538-
CMYK0.380.6300.97
HSL264º45.45%2.16%-
HSV(B)264º62.5%3.14%-
XYZ0.140.110.24-
YUV4.17130.16128.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 31.25%
GREEN value IS 3 (1.56% from 255) = 18.75%
BLUE value IS 8 (3.52% from 255) = 50%
R=31.25%
G=18.75%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5380.380.6300.9726445.452.16
Hex538263F0611082d2
Octal531046770141410552
Binary1011110001001101111110110000110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050308; }

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

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

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

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

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

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

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

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