Html Css Color HEX #050308 Blackcurrant

📋 copy color: '#050308'

red 5 ◦ green 3 ◦ blue 8

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

Shades of Blackcurrant #050308

Tints of Blackcurrant #050308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 50%

R = 31.25%
G = 18.75%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050308 (or 0x050308) is known color: Blackcurrant. HEX triplet: 05, 03 and 08. RGB value is (5,3,8). Sum of RGB (Red+Green+Blue) = 5+3+8=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: blue. Hex color #050308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050308 is #FAFCF7. Grayscale: #040404. Windows color (decimal): -16448760 or 525061. OLE color: 525061.

HSL color Cylindrical-coordinate representation of color #050308: hue angle of 264º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050308 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 3 8 -
CMYK 0.38 0.63 0 0.97
HSL 264º 0.45% 0.02% -
HSV(B) 264º 0.63% 0.03% -
XYZ 0.14 0.11 0.24 -
YUV 4.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 5 3 8 0.38 0.63 0 0.97 264 0.45 0.02
Hex 5 3 8 26 3F 0 61 108 2D 2
Octal 5 3 10 46 77 0 141 410 55 2
Binary 101 11 1000 100110 111111 0 1100001 100001000 101101 10

Color Harmonies of #050308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050308

Black with #050308

Text Example


Text Example

White with #050308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050308; }

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

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

background-color css

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

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

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

border-color css

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

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

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