#450351

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

Shades of Blackcurrant #450351

Tints of Blackcurrant #450351

Color information

#450351 (or 0x450351) is unknown color: approx Blackcurrant. HEX triplet: 45, 03 and 51. RGB value is (69,3,81). Sum of RGB (Red+Green+Blue) = 69+3+81=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #450351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450351 is #BAFCAE. Grayscale: #1F1F1F. Windows color (decimal): -12254383 or 5309253. OLE color: 5309253.

HSL color Cylindrical-coordinate representation of color #450351: hue angle of 290.77º 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 #450351 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB69381-
CMYK0.150.9600.68
HSL290.77º92.86%16.47%-
HSV(B)290.77º96.3%31.76%-
XYZ3.971.927.95-
YUV31.63155.87154.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 81 (32.03% from 255) = 52.94%
R=45.10%
G=1.96%
B=52.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal693810.150.9600.68290.7792.8616.47
Hex45351F600441235d10
Octal105312117140010444313520
Binary10001011110100011111110000001000100100100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450351; }

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

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

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

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

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

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

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

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