Html Css Color HEX #320355 Blackcurrant

📋 copy color: '#320355'

red 50 ◦ green 3 ◦ blue 85

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

Shades of Blackcurrant #320355

Tints of Blackcurrant #320355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 61.59%

R = 36.23%
G = 2.17%
B = 61.59%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#320355 (or 0x320355) is known color: Blackcurrant. HEX triplet: 32, 03 and 55. RGB value is (50,3,85). Sum of RGB (Red+Green+Blue) = 50+3+85=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #320355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320355 is #CDFCAA. Grayscale: #1A1A1A. Windows color (decimal): -13499563 or 5571378. OLE color: 5571378.

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

Color convert

RGB 50 3 85 -
CMYK 0.41 0.96 0 0.67
HSL 274.39º 0.93% 0.17% -
HSV(B) 274.39º 0.96% 0.33% -
XYZ 2.99 1.4 8.71 -
YUV 26.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 50 3 85 0.41 0.96 0 0.67 274.39 0.93 0.17
Hex 32 3 55 29 60 0 43 112 5D 11
Octal 62 3 125 51 140 0 103 422 135 21
Binary 110010 11 1010101 101001 1100000 0 1000011 100010010 1011101 10001

Color Harmonies of #320355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320355

Black with #320355

Text Example


Text Example

White with #320355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320355; }

 p { color: rgb(50,3,85); }

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

background-color css

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

 a { background-color: rgb(50,3,85); }

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

border-color css

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

 span { border-color: rgb(50,3,85); }

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