Html Css Color HEX #050206 Blackcurrant

📋 copy color: '#050206'

red 5 ◦ green 2 ◦ blue 6

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

Shades of Blackcurrant #050206

Tints of Blackcurrant #050206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 15.38%

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

R = 38.46%
G = 15.38%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#050206 (or 0x050206) is known color: Blackcurrant. HEX triplet: 05, 02 and 06. RGB value is (5,2,6). Sum of RGB (Red+Green+Blue) = 5+2+6=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 6 (2.73% from 255 or 46.15% from 13); Max value from RGB is 6 - color contains mainly: blue. Hex color #050206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050206 is #FAFDF9. Grayscale: #030303. Windows color (decimal): -16449018 or 393733. OLE color: 393733.

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

Color convert

RGB 5 2 6 -
CMYK 0.17 0.67 0 0.98
HSL 285º 0.5% 0.02% -
HSV(B) 285º 0.67% 0.02% -
XYZ 0.12 0.09 0.18 -
YUV 3.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 5 2 6 0.17 0.67 0 0.98 285 0.5 0.02
Hex 5 2 6 11 43 0 62 11D 32 2
Octal 5 2 6 21 103 0 142 435 62 2
Binary 101 10 110 10001 1000011 0 1100010 100011101 110010 10

Color Harmonies of #050206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050206

Black with #050206

Text Example


Text Example

White with #050206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050206; }

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

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

background-color css

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

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

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

border-color css

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

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

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