Html Css Color HEX #440051 Blackcurrant

📋 copy color: '#440051'

red 68 ◦ green 0 ◦ blue 81

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

Shades of Blackcurrant #440051

Tints of Blackcurrant #440051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54.36%

R = 45.64%
G = 0%
B = 54.36%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#440051 (or 0x440051) is known color: Blackcurrant. HEX triplet: 44, 00 and 51. RGB value is (68,0,81). Sum of RGB (Red+Green+Blue) = 68+0+81=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #440051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440051 is #BBFFAE. Grayscale: #1D1D1D. Windows color (decimal): -12320687 or 5308484. OLE color: 5308484.

HSL color Cylindrical-coordinate representation of color #440051: hue angle of 290.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440051 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 0 81 -
CMYK 0.16 1 0 0.68
HSL 290.37º 1% 0.16% -
HSV(B) 290.37º 1% 0.32% -
XYZ 3.87 1.82 7.93 -
YUV 29.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 68 0 81 0.16 1 0 0.68 290.37 1 0.16
Hex 44 0 51 10 64 0 44 122 64 10
Octal 104 0 121 20 144 0 104 442 144 20
Binary 1000100 0 1010001 10000 1100100 0 1000100 100100010 1100100 10000

Color Harmonies of #440051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440051

Black with #440051

Text Example


Text Example

White with #440051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440051; }

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

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

background-color css

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

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

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

border-color css

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

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

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