Html Css Color HEX #050406 Blackcurrant

📋 copy color: '#050406'

red 5 ◦ green 4 ◦ blue 6

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

Shades of Blackcurrant #050406

Tints of Blackcurrant #050406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 26.67%

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

R = 33.33%
G = 26.67%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#050406 (or 0x050406) is known color: Blackcurrant. HEX triplet: 05, 04 and 06. RGB value is (5,4,6). Sum of RGB (Red+Green+Blue) = 5+4+6=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 6 - color contains mainly: blue. Hex color #050406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050406 is #FAFBF9. Grayscale: #040404. Windows color (decimal): -16448506 or 394245. OLE color: 394245.

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

Color convert

RGB 5 4 6 -
CMYK 0.17 0.33 0 0.98
HSL 270º 0.2% 0.02% -
HSV(B) 270º 0.33% 0.02% -
XYZ 0.14 0.13 0.19 -
YUV 4.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 5 4 6 0.17 0.33 0 0.98 270 0.2 0.02
Hex 5 4 6 11 21 0 62 10E 14 2
Octal 5 4 6 21 41 0 142 416 24 2
Binary 101 100 110 10001 100001 0 1100010 100001110 10100 10

Color Harmonies of #050406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050406

Black with #050406

Text Example


Text Example

White with #050406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050406; }

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

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

background-color css

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

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

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

border-color css

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

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

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