Html Css Color HEX #450352 Blackcurrant

📋 copy color: '#450352'

red 69 ◦ green 3 ◦ blue 82

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

Shades of Blackcurrant #450352

Tints of Blackcurrant #450352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 44.81%
G = 1.95%
B = 53.25%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#450352 (or 0x450352) is known color: Blackcurrant. HEX triplet: 45, 03 and 52. RGB value is (69,3,82). Sum of RGB (Red+Green+Blue) = 69+3+82=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #450352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450352 is #BAFCAD. Grayscale: #1F1F1F. Windows color (decimal): -12254382 or 5374789. OLE color: 5374789.

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

Color convert

RGB 69 3 82 -
CMYK 0.16 0.96 0 0.68
HSL 290.13º 0.93% 0.17% -
HSV(B) 290.13º 0.96% 0.32% -
XYZ 4.01 1.94 8.15 -
YUV 31.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 69 3 82 0.16 0.96 0 0.68 290.13 0.93 0.17
Hex 45 3 52 10 60 0 44 122 5D 11
Octal 105 3 122 20 140 0 104 442 135 21
Binary 1000101 11 1010010 10000 1100000 0 1000100 100100010 1011101 10001

Color Harmonies of #450352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450352

Black with #450352

Text Example


Text Example

White with #450352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450352; }

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

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

background-color css

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

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

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

border-color css

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

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

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