Html Css Color HEX #450052 Blackcurrant

📋 copy color: '#450052'

red 69 ◦ green 0 ◦ blue 82

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

Shades of Blackcurrant #450052

Tints of Blackcurrant #450052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 54.3%

R = 45.7%
G = 0%
B = 54.3%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#450052 (or 0x450052) is known color: Blackcurrant. HEX triplet: 45, 00 and 52. RGB value is (69,0,82). Sum of RGB (Red+Green+Blue) = 69+0+82=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #450052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450052 is #BAFFAD. Grayscale: #1D1D1D. Windows color (decimal): -12255150 or 5374021. OLE color: 5374021.

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

Color convert

RGB 69 0 82 -
CMYK 0.16 1 0 0.68
HSL 290.49º 1% 0.16% -
HSV(B) 290.49º 1% 0.32% -
XYZ 3.98 1.87 8.13 -
YUV 29.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 69 0 82 0.16 1 0 0.68 290.49 1 0.16
Hex 45 0 52 10 64 0 44 122 64 10
Octal 105 0 122 20 144 0 104 442 144 20
Binary 1000101 0 1010010 10000 1100100 0 1000100 100100010 1100100 10000

Color Harmonies of #450052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450052

Black with #450052

Text Example


Text Example

White with #450052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450052; }

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

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

background-color css

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

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

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

border-color css

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

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

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