Html Css Color HEX #44084D Blackcurrant

📋 copy color: '#44084D'

red 68 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #44084D

Tints of Blackcurrant #44084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

 BLUE value IS 77 (30.47% from 255) = 50.33%

R = 44.44%
G = 5.23%
B = 50.33%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44084D (or 0x44084D) is known color: Blackcurrant. HEX triplet: 44, 08 and 4D. RGB value is (68,8,77). Sum of RGB (Red+Green+Blue) = 68+8+77=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #44084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44084D is #BBF7B2. Grayscale: #212121. Windows color (decimal): -12318643 or 5048388. OLE color: 5048388.

HSL color Cylindrical-coordinate representation of color #44084D: hue angle of 292.17º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44084D is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 8 77 -
CMYK 0.12 0.90 0 0.70
HSL 292.17º 0.81% 0.17% -
HSV(B) 292.17º 0.9% 0.3% -
XYZ 3.81 1.94 7.19 -
YUV 33.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 68 8 77 0.12 0.90 0 0.70 292.17 0.81 0.17
Hex 44 8 4D C 5A 0 46 124 51 11
Octal 104 10 115 14 132 0 106 444 121 21
Binary 1000100 1000 1001101 1100 1011010 0 1000110 100100100 1010001 10001

Color Harmonies of #44084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44084D

Black with #44084D

Text Example


Text Example

White with #44084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44084D; }

 p { color: rgb(68,8,77); }

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

background-color css

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

 a { background-color: rgb(68,8,77); }

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

border-color css

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

 span { border-color: rgb(68,8,77); }

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