Html Css Color HEX #44044F Blackcurrant

📋 copy color: '#44044F'

red 68 ◦ green 4 ◦ blue 79

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

Shades of Blackcurrant #44044F

Tints of Blackcurrant #44044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 45.03%
G = 2.65%
B = 52.32%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44044F (or 0x44044F) is known color: Blackcurrant. HEX triplet: 44, 04 and 4F. RGB value is (68,4,79). Sum of RGB (Red+Green+Blue) = 68+4+79=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #44044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44044F is #BBFBB0. Grayscale: #1F1F1F. Windows color (decimal): -12319665 or 5178436. OLE color: 5178436.

HSL color Cylindrical-coordinate representation of color #44044F: hue angle of 291.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44044F is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 4 79 -
CMYK 0.14 0.95 0 0.69
HSL 291.2º 0.9% 0.16% -
HSV(B) 291.2º 0.95% 0.31% -
XYZ 3.84 1.88 7.56 -
YUV 31.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 68 4 79 0.14 0.95 0 0.69 291.2 0.9 0.16
Hex 44 4 4F E 5F 0 45 123 5A 10
Octal 104 4 117 16 137 0 105 443 132 20
Binary 1000100 100 1001111 1110 1011111 0 1000101 100100011 1011010 10000

Color Harmonies of #44044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44044F

Black with #44044F

Text Example


Text Example

White with #44044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44044F; }

 p { color: rgb(68,4,79); }

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

background-color css

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

 a { background-color: rgb(68,4,79); }

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

border-color css

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

 span { border-color: rgb(68,4,79); }

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