#440351

Color #440351 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #440351

Tints of Blackcurrant #440351

Color information

#440351 (or 0x440351) is unknown color: approx Blackcurrant. HEX triplet: 44, 03 and 51. RGB value is (68,3,81). Sum of RGB (Red+Green+Blue) = 68+3+81=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #440351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440351 is #BBFCAE. Grayscale: #1F1F1F. Windows color (decimal): -12319919 or 5309252. OLE color: 5309252.

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

Color convert

RGB68381-
CMYK0.160.9600.68
HSL290º92.86%16.47%-
HSV(B)290º96.3%31.76%-
XYZ3.91.897.94-
YUV31.33156.03154.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=44.74%
G=1.97%
B=53.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal683810.160.9600.6829092.8616.47
Hex4435110600441225d10
Octal104312120140010444213520
Binary100010011101000110000110000001000100100100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440351; }

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

 H1.HeaderClassName
 {
   color: #440351;
 }
 .AnyTagClassName
 {
   color: #440351;
 }
</style>
background-color css

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

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

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

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

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

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