#050107

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

Shades of Blackcurrant #050107

Tints of Blackcurrant #050107

Color information

#050107 (or 0x050107) is unknown color: approx Blackcurrant. HEX triplet: 05, 01 and 07. RGB value is (5,1,7). Sum of RGB (Red+Green+Blue) = 5+1+7=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 7 (3.12% from 255 or 53.85% from 13); Max value from RGB is 7 - color contains mainly: blue. Hex color #050107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050107 is #FAFEF8. Grayscale: #020202. Windows color (decimal): -16449273 or 459013. OLE color: 459013.

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

Color convert

RGB517-
CMYK0.290.8600.97
HSL280º75%1.57%-
HSV(B)280º85.71%2.75%-
XYZ0.110.070.21-
YUV2.88130.33129.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 38.46%
GREEN value IS 1 (0.78% from 255) = 7.69%
BLUE value IS 7 (3.12% from 255) = 53.85%
R=38.46%
G=7.69%
B=53.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5170.290.8600.97280751.57
Hex5171D560611184b2
Octal5173512601414301132
Binary101111111101101011001100001100011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050107; }

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

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

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

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

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

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

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

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