Html Css Color HEX #321051 Blackcurrant

📋 copy color: '#321051'

red 50 ◦ green 16 ◦ blue 81

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

Shades of Blackcurrant #321051

Tints of Blackcurrant #321051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

 BLUE value IS 81 (32.03% from 255) = 55.1%

R = 34.01%
G = 10.88%
B = 55.1%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#321051 (or 0x321051) is known color: Blackcurrant. HEX triplet: 32, 10 and 51. RGB value is (50,16,81). Sum of RGB (Red+Green+Blue) = 50+16+81=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #321051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321051 is #CDEFAE. Grayscale: #212121. Windows color (decimal): -13496239 or 5312562. OLE color: 5312562.

HSL color Cylindrical-coordinate representation of color #321051: hue angle of 271.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321051 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 16 81 -
CMYK 0.38 0.80 0 0.68
HSL 271.38º 0.67% 0.19% -
HSV(B) 271.38º 0.8% 0.32% -
XYZ 2.99 1.64 7.94 -
YUV 33.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 50 16 81 0.38 0.80 0 0.68 271.38 0.67 0.19
Hex 32 10 51 26 50 0 44 10F 43 13
Octal 62 20 121 46 120 0 104 417 103 23
Binary 110010 10000 1010001 100110 1010000 0 1000100 100001111 1000011 10011

Color Harmonies of #321051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321051

Black with #321051

Text Example


Text Example

White with #321051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321051; }

 p { color: rgb(50,16,81); }

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

background-color css

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

 a { background-color: rgb(50,16,81); }

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

border-color css

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

 span { border-color: rgb(50,16,81); }

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