Html Css Color HEX #080214 Blackcurrant

📋 copy color: '#080214'

red 8 ◦ green 2 ◦ blue 20

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

Shades of Blackcurrant #080214

Tints of Blackcurrant #080214

RGB

 RED value IS 8 (3.52% from 255) = 26.67%

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

 BLUE value IS 20 (8.2% from 255) = 66.67%

R = 26.67%
G = 6.67%
B = 66.67%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080214 (or 0x080214) is known color: Blackcurrant. HEX triplet: 08, 02 and 14. RGB value is (8,2,20). Sum of RGB (Red+Green+Blue) = 8+2+20=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #080214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080214 is #F7FDEB. Grayscale: #050505. Windows color (decimal): -16252396 or 1311240. OLE color: 1311240.

HSL color Cylindrical-coordinate representation of color #080214: hue angle of 260º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080214 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 2 20 -
CMYK 0.60 0.90 0 0.92
HSL 260º 0.82% 0.04% -
HSV(B) 260º 0.9% 0.08% -
XYZ 0.25 0.15 0.68 -
YUV 5.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 8 2 20 0.60 0.90 0 0.92 260 0.82 0.04
Hex 8 2 14 3C 5A 0 5C 104 52 4
Octal 10 2 24 74 132 0 134 404 122 4
Binary 1000 10 10100 111100 1011010 0 1011100 100000100 1010010 100

Color Harmonies of #080214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080214

Black with #080214

Text Example


Text Example

White with #080214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080214; }

 p { color: rgb(8,2,20); }

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

background-color css

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

 a { background-color: rgb(8,2,20); }

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

border-color css

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

 span { border-color: rgb(8,2,20); }

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