Html Css Color HEX #050107 Blackcurrant

📋 copy color: '#050107'

red 5 ◦ green 1 ◦ blue 7

#050107
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #050107

Tints of Blackcurrant #050107

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.13% from 255) = 53.85%

R = 38.46%
G = 7.69%
B = 53.85%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050107 (or 0x050107) is known color: 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

RGB 5 1 7 -
CMYK 0.29 0.86 0 0.97
HSL 280º 0.75% 0.02% -
HSV(B) 280º 0.86% 0.03% -
XYZ 0.11 0.07 0.21 -
YUV 2.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 5 1 7 0.29 0.86 0 0.97 280 0.75 0.02
Hex 5 1 7 1D 56 0 61 118 4B 2
Octal 5 1 7 35 126 0 141 430 113 2
Binary 101 1 111 11101 1010110 0 1100001 100011000 1001011 10

Color Harmonies of #050107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050107

Black with #050107

Text Example


Text Example

White with #050107

Text Example


Text Example

HTML Codes & Css Web 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>