Html Css Color HEX #321245 Blackcurrant

📋 copy color: '#321245'

red 50 ◦ green 18 ◦ blue 69

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

Shades of Blackcurrant #321245

Tints of Blackcurrant #321245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 50.36%

R = 36.5%
G = 13.14%
B = 50.36%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#321245 (or 0x321245) is known color: Blackcurrant. HEX triplet: 32, 12 and 45. RGB value is (50,18,69). Sum of RGB (Red+Green+Blue) = 50+18+69=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #321245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321245 is #CDEDBA. Grayscale: #212121. Windows color (decimal): -13495739 or 4526642. OLE color: 4526642.

HSL color Cylindrical-coordinate representation of color #321245: hue angle of 277.65º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321245 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 18 69 -
CMYK 0.28 0.74 0 0.73
HSL 277.65º 0.59% 0.17% -
HSV(B) 277.65º 0.74% 0.27% -
XYZ 2.61 1.54 5.79 -
YUV 33.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 50 18 69 0.28 0.74 0 0.73 277.65 0.59 0.17
Hex 32 12 45 1C 4A 0 49 116 3B 11
Octal 62 22 105 34 112 0 111 426 73 21
Binary 110010 10010 1000101 11100 1001010 0 1001001 100010110 111011 10001

Color Harmonies of #321245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321245

Black with #321245

Text Example


Text Example

White with #321245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321245; }

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

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

background-color css

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

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

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

border-color css

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

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

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