Html Css Color HEX #450054 Blackcurrant

📋 copy color: '#450054'

red 69 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #450054

Tints of Blackcurrant #450054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 54.9%

R = 45.1%
G = 0%
B = 54.9%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450054 (or 0x450054) is known color: Blackcurrant. HEX triplet: 45, 00 and 54. RGB value is (69,0,84). Sum of RGB (Red+Green+Blue) = 69+0+84=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #450054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450054 is #BAFFAB. Grayscale: #1D1D1D. Windows color (decimal): -12255148 or 5505093. OLE color: 5505093.

HSL color Cylindrical-coordinate representation of color #450054: hue angle of 289.29º 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 #450054 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 0 84 -
CMYK 0.18 1 0 0.67
HSL 289.29º 1% 0.16% -
HSV(B) 289.29º 1% 0.33% -
XYZ 4.05 1.91 8.54 -
YUV 30.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 69 0 84 0.18 1 0 0.67 289.29 1 0.16
Hex 45 0 54 12 64 0 43 121 64 10
Octal 105 0 124 22 144 0 103 441 144 20
Binary 1000101 0 1010100 10010 1100100 0 1000011 100100001 1100100 10000

Color Harmonies of #450054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450054

Black with #450054

Text Example


Text Example

White with #450054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450054; }

 p { color: rgb(69,0,84); }

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

background-color css

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

 a { background-color: rgb(69,0,84); }

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

border-color css

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

 span { border-color: rgb(69,0,84); }

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