Html Css Color HEX #44004C Blackcurrant

📋 copy color: '#44004C'

red 68 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #44004C

Tints of Blackcurrant #44004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.22%
G = 0%
B = 52.78%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44004C (or 0x44004C) is known color: Blackcurrant. HEX triplet: 44, 00 and 4C. RGB value is (68,0,76). Sum of RGB (Red+Green+Blue) = 68+0+76=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #44004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44004C is #BBFFB3. Grayscale: #1C1C1C. Windows color (decimal): -12320692 or 4980804. OLE color: 4980804.

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

Color convert

RGB 68 0 76 -
CMYK 0.11 1 0 0.70
HSL 293.68º 1% 0.15% -
HSV(B) 293.68º 1% 0.3% -
XYZ 3.69 1.75 6.98 -
YUV 29 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 68 0 76 0.11 1 0 0.70 293.68 1 0.15
Hex 44 0 4C B 64 0 46 126 64 F
Octal 104 0 114 13 144 0 106 446 144 17
Binary 1000100 0 1001100 1011 1100100 0 1000110 100100110 1100100 1111

Color Harmonies of #44004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44004C

Black with #44004C

Text Example


Text Example

White with #44004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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