#050208

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

Shades of Blackcurrant #050208

Tints of Blackcurrant #050208

Color information

#050208 (or 0x050208) is unknown color: approx Blackcurrant. HEX triplet: 05, 02 and 08. RGB value is (5,2,8). Sum of RGB (Red+Green+Blue) = 5+2+8=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 8 (3.52% from 255 or 53.33% from 15); Max value from RGB is 8 - color contains mainly: blue. Hex color #050208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050208 is #FAFDF7. Grayscale: #030303. Windows color (decimal): -16449016 or 524805. OLE color: 524805.

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

Color convert

RGB528-
CMYK0.380.7500.97
HSL270º60%1.96%-
HSV(B)270º75%3.14%-
XYZ0.130.090.24-
YUV3.58130.49129.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 13.33%
BLUE value IS 8 (3.52% from 255) = 53.33%
R=33.33%
G=13.33%
B=53.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5280.380.7500.97270601.96
Hex528264B06110e3c2
Octal5210461130141416742
Binary10110100010011010010110110000110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050208; }

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

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

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

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

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

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

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

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