Html Css Color HEX #44004D Blackcurrant

📋 copy color: '#44004D'

red 68 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #44004D

Tints of Blackcurrant #44004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.1%

R = 46.9%
G = 0%
B = 53.1%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44004D (or 0x44004D) is known color: Blackcurrant. HEX triplet: 44, 00 and 4D. RGB value is (68,0,77). Sum of RGB (Red+Green+Blue) = 68+0+77=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #44004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44004D is #BBFFB2. Grayscale: #1C1C1C. Windows color (decimal): -12320691 or 5046340. OLE color: 5046340.

HSL color Cylindrical-coordinate representation of color #44004D: hue angle of 292.99º 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 #44004D is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 0 77 -
CMYK 0.12 1 0 0.70
HSL 292.99º 1% 0.15% -
HSV(B) 292.99º 1% 0.3% -
XYZ 3.72 1.76 7.17 -
YUV 29.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 68 0 77 0.12 1 0 0.70 292.99 1 0.15
Hex 44 0 4D C 64 0 46 125 64 F
Octal 104 0 115 14 144 0 106 445 144 17
Binary 1000100 0 1001101 1100 1100100 0 1000110 100100101 1100100 1111

Color Harmonies of #44004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44004D

Black with #44004D

Text Example


Text Example

White with #44004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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