Html Css Color HEX #320952 Blackcurrant

📋 copy color: '#320952'

red 50 ◦ green 9 ◦ blue 82

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

Shades of Blackcurrant #320952

Tints of Blackcurrant #320952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.38%

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

R = 35.46%
G = 6.38%
B = 58.16%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#320952 (or 0x320952) is known color: Blackcurrant. HEX triplet: 32, 09 and 52. RGB value is (50,9,82). Sum of RGB (Red+Green+Blue) = 50+9+82=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #320952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320952 is #CDF6AD. Grayscale: #1D1D1D. Windows color (decimal): -13498030 or 5376306. OLE color: 5376306.

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

Color convert

RGB 50 9 82 -
CMYK 0.39 0.89 0 0.68
HSL 273.7º 0.8% 0.18% -
HSV(B) 273.7º 0.89% 0.32% -
XYZ 2.94 1.48 8.11 -
YUV 29.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 50 9 82 0.39 0.89 0 0.68 273.7 0.8 0.18
Hex 32 9 52 27 59 0 44 112 50 12
Octal 62 11 122 47 131 0 104 422 120 22
Binary 110010 1001 1010010 100111 1011001 0 1000100 100010010 1010000 10010

Color Harmonies of #320952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320952

Black with #320952

Text Example


Text Example

White with #320952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320952; }

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

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

background-color css

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

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

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

border-color css

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

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

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