Html Css Color HEX #44024F Blackcurrant

📋 copy color: '#44024F'

red 68 ◦ green 2 ◦ blue 79

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

Shades of Blackcurrant #44024F

Tints of Blackcurrant #44024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

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

R = 45.64%
G = 1.34%
B = 53.02%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44024F (or 0x44024F) is known color: Blackcurrant. HEX triplet: 44, 02 and 4F. RGB value is (68,2,79). Sum of RGB (Red+Green+Blue) = 68+2+79=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #44024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44024F is #BBFDB0. Grayscale: #1E1E1E. Windows color (decimal): -12320177 or 5177924. OLE color: 5177924.

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

Color convert

RGB 68 2 79 -
CMYK 0.14 0.97 0 0.69
HSL 291.43º 0.95% 0.16% -
HSV(B) 291.43º 0.97% 0.31% -
XYZ 3.82 1.84 7.55 -
YUV 30.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 68 2 79 0.14 0.97 0 0.69 291.43 0.95 0.16
Hex 44 2 4F E 61 0 45 123 5F 10
Octal 104 2 117 16 141 0 105 443 137 20
Binary 1000100 10 1001111 1110 1100001 0 1000101 100100011 1011111 10000

Color Harmonies of #44024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44024F

Black with #44024F

Text Example


Text Example

White with #44024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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