Html Css Color HEX #44024C Blackcurrant

📋 copy color: '#44024C'

red 68 ◦ green 2 ◦ blue 76

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

Shades of Blackcurrant #44024C

Tints of Blackcurrant #44024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.05%

R = 46.58%
G = 1.37%
B = 52.05%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44024C (or 0x44024C) is known color: Blackcurrant. HEX triplet: 44, 02 and 4C. RGB value is (68,2,76). Sum of RGB (Red+Green+Blue) = 68+2+76=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #44024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44024C is #BBFDB3. Grayscale: #1D1D1D. Windows color (decimal): -12320180 or 4981316. OLE color: 4981316.

HSL color Cylindrical-coordinate representation of color #44024C: hue angle of 293.51º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44024C is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 2 76 -
CMYK 0.11 0.97 0 0.70
HSL 293.51º 0.95% 0.15% -
HSV(B) 293.51º 0.97% 0.3% -
XYZ 3.71 1.79 6.99 -
YUV 30.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 68 2 76 0.11 0.97 0 0.70 293.51 0.95 0.15
Hex 44 2 4C B 61 0 46 126 5F F
Octal 104 2 114 13 141 0 106 446 137 17
Binary 1000100 10 1001100 1011 1100001 0 1000110 100100110 1011111 1111

Color Harmonies of #44024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44024C

Black with #44024C

Text Example


Text Example

White with #44024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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