Html Css Color HEX #080114 Blackcurrant

📋 copy color: '#080114'

red 8 ◦ green 1 ◦ blue 20

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

Shades of Blackcurrant #080114

Tints of Blackcurrant #080114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.45%

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

R = 27.59%
G = 3.45%
B = 68.97%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080114 (or 0x080114) is known color: Blackcurrant. HEX triplet: 08, 01 and 14. RGB value is (8,1,20). Sum of RGB (Red+Green+Blue) = 8+1+20=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #080114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080114 is #F7FEEB. Grayscale: #050505. Windows color (decimal): -16252652 or 1310984. OLE color: 1310984.

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

Color convert

RGB 8 1 20 -
CMYK 0.60 0.95 0 0.92
HSL 262.11º 0.9% 0.04% -
HSV(B) 262.11º 0.95% 0.08% -
XYZ 0.24 0.12 0.67 -
YUV 5.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 8 1 20 0.60 0.95 0 0.92 262.11 0.9 0.04
Hex 8 1 14 3C 5F 0 5C 106 5A 4
Octal 10 1 24 74 137 0 134 406 132 4
Binary 1000 1 10100 111100 1011111 0 1011100 100000110 1011010 100

Color Harmonies of #080114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080114

Black with #080114

Text Example


Text Example

White with #080114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080114; }

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

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

background-color css

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

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

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

border-color css

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

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

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