Html Css Color HEX #050106 Blackcurrant

📋 copy color: '#050106'

red 5 ◦ green 1 ◦ blue 6

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

Shades of Blackcurrant #050106

Tints of Blackcurrant #050106

RGB

 RED value IS 5 (2.34% from 255) = 41.67%

 GREEN value IS 1 (0.78% from 255) = 8.33%

 BLUE value IS 6 (2.73% from 255) = 50%

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#050106 (or 0x050106) is known color: Blackcurrant. HEX triplet: 05, 01 and 06. RGB value is (5,1,6). Sum of RGB (Red+Green+Blue) = 5+1+6=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 6 (2.73% from 255 or 50% from 12); Max value from RGB is 6 - color contains mainly: blue. Hex color #050106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050106 is #FAFEF9. Grayscale: #020202. Windows color (decimal): -16449274 or 393477. OLE color: 393477.

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

Color convert

RGB 5 1 6 -
CMYK 0.17 0.83 0 0.98
HSL 288º 0.71% 0.01% -
HSV(B) 288º 0.83% 0.02% -
XYZ 0.11 0.07 0.18 -
YUV 2.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 5 1 6 0.17 0.83 0 0.98 288 0.71 0.01
Hex 5 1 6 11 53 0 62 120 47 1
Octal 5 1 6 21 123 0 142 440 107 1
Binary 101 1 110 10001 1010011 0 1100010 100100000 1000111 1

Color Harmonies of #050106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050106

Black with #050106

Text Example


Text Example

White with #050106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050106; }

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

 H1.HeaderClassName
 {
   color: #050106;
 }
 .AnyTagClassName
 {
   color: #050106;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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