Html Css Color HEX #320852 Blackcurrant

📋 copy color: '#320852'

red 50 ◦ green 8 ◦ blue 82

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

Shades of Blackcurrant #320852

Tints of Blackcurrant #320852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 35.71%
G = 5.71%
B = 58.57%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#320852 (or 0x320852) is known color: Blackcurrant. HEX triplet: 32, 08 and 52. RGB value is (50,8,82). Sum of RGB (Red+Green+Blue) = 50+8+82=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #320852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320852 is #CDF7AD. Grayscale: #1C1C1C. Windows color (decimal): -13498286 or 5376050. OLE color: 5376050.

HSL color Cylindrical-coordinate representation of color #320852: hue angle of 274.05º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320852 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 8 82 -
CMYK 0.39 0.90 0 0.68
HSL 274.05º 0.82% 0.18% -
HSV(B) 274.05º 0.9% 0.32% -
XYZ 2.93 1.46 8.11 -
YUV 28.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 50 8 82 0.39 0.90 0 0.68 274.05 0.82 0.18
Hex 32 8 52 27 5A 0 44 112 52 12
Octal 62 10 122 47 132 0 104 422 122 22
Binary 110010 1000 1010010 100111 1011010 0 1000100 100010010 1010010 10010

Color Harmonies of #320852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320852

Black with #320852

Text Example


Text Example

White with #320852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320852; }

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

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

background-color css

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

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

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

border-color css

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

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

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