Html Css Color HEX #44014F Blackcurrant

📋 copy color: '#44014F'

red 68 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #44014F

Tints of Blackcurrant #44014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 45.95%
G = 0.68%
B = 53.38%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44014F (or 0x44014F) is known color: Blackcurrant. HEX triplet: 44, 01 and 4F. RGB value is (68,1,79). Sum of RGB (Red+Green+Blue) = 68+1+79=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #44014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44014F is #BBFEB0. Grayscale: #1D1D1D. Windows color (decimal): -12320433 or 5177668. OLE color: 5177668.

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

Color convert

RGB 68 1 79 -
CMYK 0.14 0.99 0 0.69
HSL 291.54º 0.98% 0.16% -
HSV(B) 291.54º 0.99% 0.31% -
XYZ 3.81 1.82 7.55 -
YUV 29.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 68 1 79 0.14 0.99 0 0.69 291.54 0.98 0.16
Hex 44 1 4F E 63 0 45 124 62 10
Octal 104 1 117 16 143 0 105 444 142 20
Binary 1000100 1 1001111 1110 1100011 0 1000101 100100100 1100010 10000

Color Harmonies of #44014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44014F

Black with #44014F

Text Example


Text Example

White with #44014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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