Html Css Color HEX #321540 Blackcurrant

📋 copy color: '#321540'

red 50 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #321540

Tints of Blackcurrant #321540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 37.04%
G = 15.56%
B = 47.41%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321540 (or 0x321540) is known color: Blackcurrant. HEX triplet: 32, 15 and 40. RGB value is (50,21,64). Sum of RGB (Red+Green+Blue) = 50+21+64=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #321540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321540 is #CDEABF. Grayscale: #222222. Windows color (decimal): -13494976 or 4199730. OLE color: 4199730.

HSL color Cylindrical-coordinate representation of color #321540: hue angle of 280.47º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321540 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 21 64 -
CMYK 0.22 0.67 0 0.75
HSL 280.47º 0.51% 0.17% -
HSV(B) 280.47º 0.67% 0.25% -
XYZ 2.51 1.58 5.02 -
YUV 34.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 50 21 64 0.22 0.67 0 0.75 280.47 0.51 0.17
Hex 32 15 40 16 43 0 4B 118 33 11
Octal 62 25 100 26 103 0 113 430 63 21
Binary 110010 10101 1000000 10110 1000011 0 1001011 100011000 110011 10001

Color Harmonies of #321540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321540

Black with #321540

Text Example


Text Example

White with #321540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321540; }

 p { color: rgb(50,21,64); }

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

background-color css

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

 a { background-color: rgb(50,21,64); }

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

border-color css

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

 span { border-color: rgb(50,21,64); }

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