Html Css Color HEX #44094C Blackcurrant

📋 copy color: '#44094C'

red 68 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #44094C

Tints of Blackcurrant #44094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

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

R = 44.44%
G = 5.88%
B = 49.67%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44094C (or 0x44094C) is known color: Blackcurrant. HEX triplet: 44, 09 and 4C. RGB value is (68,9,76). Sum of RGB (Red+Green+Blue) = 68+9+76=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #44094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44094C is #BBF6B3. Grayscale: #222222. Windows color (decimal): -12318388 or 4983108. OLE color: 4983108.

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

Color convert

RGB 68 9 76 -
CMYK 0.11 0.88 0 0.70
HSL 292.84º 0.79% 0.17% -
HSV(B) 292.84º 0.88% 0.3% -
XYZ 3.79 1.95 7.01 -
YUV 34.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 68 9 76 0.11 0.88 0 0.70 292.84 0.79 0.17
Hex 44 9 4C B 58 0 46 125 4F 11
Octal 104 11 114 13 130 0 106 445 117 21
Binary 1000100 1001 1001100 1011 1011000 0 1000110 100100101 1001111 10001

Color Harmonies of #44094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44094C

Black with #44094C

Text Example


Text Example

White with #44094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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