Html Css Color HEX #440551 Blackcurrant

📋 copy color: '#440551'

red 68 ◦ green 5 ◦ blue 81

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

Shades of Blackcurrant #440551

Tints of Blackcurrant #440551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 81 (32.03% from 255) = 52.6%

R = 44.16%
G = 3.25%
B = 52.6%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#440551 (or 0x440551) is known color: Blackcurrant. HEX triplet: 44, 05 and 51. RGB value is (68,5,81). Sum of RGB (Red+Green+Blue) = 68+5+81=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #440551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440551 is #BBFAAE. Grayscale: #202020. Windows color (decimal): -12319407 or 5309764. OLE color: 5309764.

HSL color Cylindrical-coordinate representation of color #440551: hue angle of 289.74º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440551 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 5 81 -
CMYK 0.16 0.94 0 0.68
HSL 289.74º 0.88% 0.17% -
HSV(B) 289.74º 0.94% 0.32% -
XYZ 3.92 1.93 7.95 -
YUV 32.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 68 5 81 0.16 0.94 0 0.68 289.74 0.88 0.17
Hex 44 5 51 10 5E 0 44 122 58 11
Octal 104 5 121 20 136 0 104 442 130 21
Binary 1000100 101 1010001 10000 1011110 0 1000100 100100010 1011000 10001

Color Harmonies of #440551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440551

Black with #440551

Text Example


Text Example

White with #440551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440551; }

 p { color: rgb(68,5,81); }

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

background-color css

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

 a { background-color: rgb(68,5,81); }

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

border-color css

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

 span { border-color: rgb(68,5,81); }

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