Html Css Color HEX #450450 Blackcurrant

📋 copy color: '#450450'

red 69 ◦ green 4 ◦ blue 80

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

Shades of Blackcurrant #450450

Tints of Blackcurrant #450450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

 BLUE value IS 80 (31.64% from 255) = 52.29%

R = 45.1%
G = 2.61%
B = 52.29%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#450450 (or 0x450450) is known color: Blackcurrant. HEX triplet: 45, 04 and 50. RGB value is (69,4,80). Sum of RGB (Red+Green+Blue) = 69+4+80=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #450450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450450 is #BAFBAF. Grayscale: #1F1F1F. Windows color (decimal): -12254128 or 5243973. OLE color: 5243973.

HSL color Cylindrical-coordinate representation of color #450450: hue angle of 291.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450450 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 4 80 -
CMYK 0.14 0.95 0 0.69
HSL 291.32º 0.9% 0.16% -
HSV(B) 291.32º 0.95% 0.31% -
XYZ 3.95 1.93 7.75 -
YUV 32.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 69 4 80 0.14 0.95 0 0.69 291.32 0.9 0.16
Hex 45 4 50 E 5F 0 45 123 5A 10
Octal 105 4 120 16 137 0 105 443 132 20
Binary 1000101 100 1010000 1110 1011111 0 1000101 100100011 1011010 10000

Color Harmonies of #450450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450450

Black with #450450

Text Example


Text Example

White with #450450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450450; }

 p { color: rgb(69,4,80); }

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

background-color css

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

 a { background-color: rgb(69,4,80); }

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

border-color css

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

 span { border-color: rgb(69,4,80); }

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