Html Css Color HEX #050306 Blackcurrant

📋 copy color: '#050306'

red 5 ◦ green 3 ◦ blue 6

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

Shades of Blackcurrant #050306

Tints of Blackcurrant #050306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 21.43%

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

R = 35.71%
G = 21.43%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#050306 (or 0x050306) is known color: Blackcurrant. HEX triplet: 05, 03 and 06. RGB value is (5,3,6). Sum of RGB (Red+Green+Blue) = 5+3+6=14 (1% of max value = 765). Red value is 5 (2.34% from 255 or 35.71% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 6 - color contains mainly: blue. Hex color #050306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050306 is #FAFCF9. Grayscale: #030303. Windows color (decimal): -16448762 or 393989. OLE color: 393989.

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

Color convert

RGB 5 3 6 -
CMYK 0.17 0.50 0 0.98
HSL 280º 0.33% 0.02% -
HSV(B) 280º 0.5% 0.02% -
XYZ 0.13 0.11 0.19 -
YUV 3.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 5 3 6 0.17 0.50 0 0.98 280 0.33 0.02
Hex 5 3 6 11 32 0 62 118 21 2
Octal 5 3 6 21 62 0 142 430 41 2
Binary 101 11 110 10001 110010 0 1100010 100011000 100001 10

Color Harmonies of #050306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050306

Black with #050306

Text Example


Text Example

White with #050306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050306; }

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

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

background-color css

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

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

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

border-color css

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

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

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