#440252

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

Shades of Blackcurrant #440252

Tints of Blackcurrant #440252

Color information

#440252 (or 0x440252) is unknown color: approx Blackcurrant. HEX triplet: 44, 02 and 52. RGB value is (68,2,82). Sum of RGB (Red+Green+Blue) = 68+2+82=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #440252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440252 is #BBFDAD. Grayscale: #1E1E1E. Windows color (decimal): -12320174 or 5374532. OLE color: 5374532.

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

Color convert

RGB68282-
CMYK0.170.9800.68
HSL289.5º95.24%16.47%-
HSV(B)289.5º97.56%32.16%-
XYZ3.931.888.14-
YUV30.85156.87154.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=44.74%
G=1.32%
B=53.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682820.170.9800.68289.595.2416.47
Hex4425211620441225f10
Octal104212221142010444213720
Binary100010010101001010001110001001000100100100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440252; }

 p { color: rgb(68,2,82); }

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

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

 a { background-color: rgb(68,2,82); }

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

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

 span { border-color: rgb(68,2,82); }

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