Html Css Color HEX #450150 Blackcurrant

📋 copy color: '#450150'

red 69 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #450150

Tints of Blackcurrant #450150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 46%
G = 0.67%
B = 53.33%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#450150 (or 0x450150) is known color: Blackcurrant. HEX triplet: 45, 01 and 50. RGB value is (69,1,80). Sum of RGB (Red+Green+Blue) = 69+1+80=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #450150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450150 is #BAFEAF. Grayscale: #1E1E1E. Windows color (decimal): -12254896 or 5243205. OLE color: 5243205.

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

Color convert

RGB 69 1 80 -
CMYK 0.14 0.99 0 0.69
HSL 291.65º 0.98% 0.16% -
HSV(B) 291.65º 0.99% 0.31% -
XYZ 3.91 1.87 7.74 -
YUV 30.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 69 1 80 0.14 0.99 0 0.69 291.65 0.98 0.16
Hex 45 1 50 E 63 0 45 124 62 10
Octal 105 1 120 16 143 0 105 444 142 20
Binary 1000101 1 1010000 1110 1100011 0 1000101 100100100 1100010 10000

Color Harmonies of #450150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450150

Black with #450150

Text Example


Text Example

White with #450150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450150; }

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

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

background-color css

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

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

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

border-color css

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

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

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