Html Css Color HEX #450551 Blackcurrant

📋 copy color: '#450551'

red 69 ◦ green 5 ◦ blue 81

#450551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #450551

Tints of Blackcurrant #450551

RGB

 RED value IS 69 (27.34% from 255) = 44.52%

 GREEN value IS 5 (2.34% from 255) = 3.23%

 BLUE value IS 81 (32.03% from 255) = 52.26%

R = 44.52%
G = 3.23%
B = 52.26%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#450551 (or 0x450551) is known color: Blackcurrant. HEX triplet: 45, 05 and 51. RGB value is (69,5,81). Sum of RGB (Red+Green+Blue) = 69+5+81=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #450551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450551 is #BAFAAE. Grayscale: #202020. Windows color (decimal): -12253871 or 5309765. OLE color: 5309765.

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

Color convert

RGB 69 5 81 -
CMYK 0.15 0.94 0 0.68
HSL 290.53º 0.88% 0.17% -
HSV(B) 290.53º 0.94% 0.32% -
XYZ 3.99 1.97 7.95 -
YUV 32.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 69 5 81 0.15 0.94 0 0.68 290.53 0.88 0.17
Hex 45 5 51 F 5E 0 44 123 58 11
Octal 105 5 121 17 136 0 104 443 130 21
Binary 1000101 101 1010001 1111 1011110 0 1000100 100100011 1011000 10001

Color Harmonies of #450551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450551

Black with #450551

Text Example


Text Example

White with #450551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450551; }

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

 H1.HeaderClassName
 {
   color: #450551;
 }
 .AnyTagClassName
 {
   color: #450551;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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