Html Css Color HEX #440054 Blackcurrant

📋 copy color: '#440054'

red 68 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #440054

Tints of Blackcurrant #440054

RGB

 RED value IS 68 (26.95% from 255) = 44.74%

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

 BLUE value IS 84 (33.2% from 255) = 55.26%

R = 44.74%
G = 0%
B = 55.26%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#440054 (or 0x440054) is known color: Blackcurrant. HEX triplet: 44, 00 and 54. RGB value is (68,0,84). Sum of RGB (Red+Green+Blue) = 68+0+84=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #440054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440054 is #BBFFAB. Grayscale: #1D1D1D. Windows color (decimal): -12320684 or 5505092. OLE color: 5505092.

HSL color Cylindrical-coordinate representation of color #440054: hue angle of 288.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440054 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 0 84 -
CMYK 0.19 1 0 0.67
HSL 288.57º 1% 0.16% -
HSV(B) 288.57º 1% 0.33% -
XYZ 3.98 1.87 8.54 -
YUV 29.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 68 0 84 0.19 1 0 0.67 288.57 1 0.16
Hex 44 0 54 13 64 0 43 121 64 10
Octal 104 0 124 23 144 0 103 441 144 20
Binary 1000100 0 1010100 10011 1100100 0 1000011 100100001 1100100 10000

Color Harmonies of #440054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440054

Black with #440054

Text Example


Text Example

White with #440054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440054; }

 p { color: rgb(68,0,84); }

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

background-color css

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

 a { background-color: rgb(68,0,84); }

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

border-color css

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

 span { border-color: rgb(68,0,84); }

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