Html Css Color HEX #321240 Blackcurrant

📋 copy color: '#321240'

red 50 ◦ green 18 ◦ blue 64

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

Shades of Blackcurrant #321240

Tints of Blackcurrant #321240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

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

R = 37.88%
G = 13.64%
B = 48.48%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321240 (or 0x321240) is known color: Blackcurrant. HEX triplet: 32, 12 and 40. RGB value is (50,18,64). Sum of RGB (Red+Green+Blue) = 50+18+64=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #321240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321240 is #CDEDBF. Grayscale: #202020. Windows color (decimal): -13495744 or 4198962. OLE color: 4198962.

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

Color convert

RGB 50 18 64 -
CMYK 0.22 0.72 0 0.75
HSL 281.74º 0.56% 0.16% -
HSV(B) 281.74º 0.72% 0.25% -
XYZ 2.46 1.48 5.01 -
YUV 32.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 50 18 64 0.22 0.72 0 0.75 281.74 0.56 0.16
Hex 32 12 40 16 48 0 4B 11A 38 10
Octal 62 22 100 26 110 0 113 432 70 20
Binary 110010 10010 1000000 10110 1001000 0 1001011 100011010 111000 10000

Color Harmonies of #321240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321240

Black with #321240

Text Example


Text Example

White with #321240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321240; }

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

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

background-color css

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

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

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

border-color css

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

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

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