Html Css Color HEX #050008 Blackcurrant

📋 copy color: '#050008'

red 5 ◦ green 0 ◦ blue 8

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

Shades of Blackcurrant #050008

Tints of Blackcurrant #050008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.46%
G = 0%
B = 61.54%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050008 (or 0x050008) is known color: Blackcurrant. HEX triplet: 05, 00 and 08. RGB value is (5,0,8). Sum of RGB (Red+Green+Blue) = 5+0+8=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 8 (3.52% from 255 or 61.54% from 13); Max value from RGB is 8 - color contains mainly: blue. Hex color #050008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050008 is #FAFFF7. Grayscale: #020202. Windows color (decimal): -16449528 or 524293. OLE color: 524293.

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

Color convert

RGB 5 0 8 -
CMYK 0.38 1 0 0.97
HSL 277.5º 1% 0.02% -
HSV(B) 277.5º 1% 0.03% -
XYZ 0.11 0.05 0.23 -
YUV 2.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 5 0 8 0.38 1 0 0.97 277.5 1 0.02
Hex 5 0 8 26 64 0 61 116 64 2
Octal 5 0 10 46 144 0 141 426 144 2
Binary 101 0 1000 100110 1100100 0 1100001 100010110 1100100 10

Color Harmonies of #050008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050008

Black with #050008

Text Example


Text Example

White with #050008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050008; }

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

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

background-color css

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

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

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

border-color css

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

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

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