Html Css Color HEX #320052 Blackcurrant

📋 copy color: '#320052'

red 50 ◦ green 0 ◦ blue 82

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

Shades of Blackcurrant #320052

Tints of Blackcurrant #320052

RGB

 RED value IS 50 (19.92% from 255) = 37.88%

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

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

R = 37.88%
G = 0%
B = 62.12%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#320052 (or 0x320052) is known color: Blackcurrant. HEX triplet: 32, 00 and 52. RGB value is (50,0,82). Sum of RGB (Red+Green+Blue) = 50+0+82=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #320052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320052 is #CDFFAD. Grayscale: #181818. Windows color (decimal): -13500334 or 5374002. OLE color: 5374002.

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

Color convert

RGB 50 0 82 -
CMYK 0.39 1 0 0.68
HSL 276.59º 1% 0.16% -
HSV(B) 276.59º 1% 0.32% -
XYZ 2.84 1.29 8.08 -
YUV 24.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 50 0 82 0.39 1 0 0.68 276.59 1 0.16
Hex 32 0 52 27 64 0 44 115 64 10
Octal 62 0 122 47 144 0 104 425 144 20
Binary 110010 0 1010010 100111 1100100 0 1000100 100010101 1100100 10000

Color Harmonies of #320052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320052

Black with #320052

Text Example


Text Example

White with #320052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320052; }

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

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

background-color css

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

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

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

border-color css

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

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

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