#440157

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

Shades of Blackcurrant #440157

Tints of Blackcurrant #440157

Color information

#440157 (or 0x440157) is unknown color: approx Blackcurrant. HEX triplet: 44, 01 and 57. RGB value is (68,1,87). Sum of RGB (Red+Green+Blue) = 68+1+87=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #440157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440157 is #BBFEA8. Grayscale: #1E1E1E. Windows color (decimal): -12320425 or 5701956. OLE color: 5701956.

HSL color Cylindrical-coordinate representation of color #440157: hue angle of 286.74º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440157 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB68187-
CMYK0.220.9900.66
HSL286.74º97.73%17.25%-
HSV(B)286.74º98.85%34.12%-
XYZ4.121.949.17-
YUV30.84159.7154.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=43.59%
G=0.64%
B=55.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal681870.220.9900.66286.7497.7317.25
Hex44157166304211f6211
Octal104112726143010243714221
Binary10001001101011110110110001101000010100011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440157; }

 p { color: rgb(68,1,87); }

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

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

 a { background-color: rgb(68,1,87); }

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

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

 span { border-color: rgb(68,1,87); }

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