#440053

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

Shades of Blackcurrant #440053

Tints of Blackcurrant #440053

Color information

#440053 (or 0x440053) is unknown color: approx Blackcurrant. HEX triplet: 44, 00 and 53. RGB value is (68,0,83). Sum of RGB (Red+Green+Blue) = 68+0+83=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #440053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440053 is #BBFFAC. Grayscale: #1D1D1D. Windows color (decimal): -12320685 or 5439556. OLE color: 5439556.

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

Color convert

RGB68083-
CMYK0.18100.67
HSL289.16º100%16.27%-
HSV(B)289.16º100%32.55%-
XYZ3.951.858.33-
YUV29.79158.03155.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=45.03%
G=0%
B=54.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal680830.18100.67289.1610016.27
Hex4405312640431216410
Octal104012322144010344114420
Binary10001000101001110010110010001000011100100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440053; }

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

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

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

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

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

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

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

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