Html Css Color HEX #44034E Blackcurrant

📋 copy color: '#44034E'

red 68 ◦ green 3 ◦ blue 78

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

Shades of Blackcurrant #44034E

Tints of Blackcurrant #44034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

 BLUE value IS 78 (30.86% from 255) = 52.35%

R = 45.64%
G = 2.01%
B = 52.35%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44034E (or 0x44034E) is known color: Blackcurrant. HEX triplet: 44, 03 and 4E. RGB value is (68,3,78). Sum of RGB (Red+Green+Blue) = 68+3+78=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #44034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44034E is #BBFCB1. Grayscale: #1E1E1E. Windows color (decimal): -12319922 or 5112644. OLE color: 5112644.

HSL color Cylindrical-coordinate representation of color #44034E: hue angle of 292º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44034E is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 3 78 -
CMYK 0.13 0.96 0 0.69
HSL 292º 0.93% 0.16% -
HSV(B) 292º 0.96% 0.31% -
XYZ 3.79 1.84 7.36 -
YUV 30.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 68 3 78 0.13 0.96 0 0.69 292 0.93 0.16
Hex 44 3 4E D 60 0 45 124 5D 10
Octal 104 3 116 15 140 0 105 444 135 20
Binary 1000100 11 1001110 1101 1100000 0 1000101 100100100 1011101 10000

Color Harmonies of #44034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44034E

Black with #44034E

Text Example


Text Example

White with #44034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44034E; }

 p { color: rgb(68,3,78); }

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

background-color css

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

 a { background-color: rgb(68,3,78); }

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

border-color css

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

 span { border-color: rgb(68,3,78); }

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