Html Css Color HEX #321642 Blackcurrant

📋 copy color: '#321642'

red 50 ◦ green 22 ◦ blue 66

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

Shades of Blackcurrant #321642

Tints of Blackcurrant #321642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

 BLUE value IS 66 (26.17% from 255) = 47.83%

R = 36.23%
G = 15.94%
B = 47.83%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#321642 (or 0x321642) is known color: Blackcurrant. HEX triplet: 32, 16 and 42. RGB value is (50,22,66). Sum of RGB (Red+Green+Blue) = 50+22+66=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #321642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321642 is #CDE9BD. Grayscale: #232323. Windows color (decimal): -13494718 or 4331058. OLE color: 4331058.

HSL color Cylindrical-coordinate representation of color #321642: hue angle of 278.18º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321642 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 22 66 -
CMYK 0.24 0.67 0 0.74
HSL 278.18º 0.5% 0.17% -
HSV(B) 278.18º 0.67% 0.26% -
XYZ 2.59 1.65 5.34 -
YUV 35.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 50 22 66 0.24 0.67 0 0.74 278.18 0.5 0.17
Hex 32 16 42 18 43 0 4A 116 32 11
Octal 62 26 102 30 103 0 112 426 62 21
Binary 110010 10110 1000010 11000 1000011 0 1001010 100010110 110010 10001

Color Harmonies of #321642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321642

Black with #321642

Text Example


Text Example

White with #321642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321642; }

 p { color: rgb(50,22,66); }

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

background-color css

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

 a { background-color: rgb(50,22,66); }

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

border-color css

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

 span { border-color: rgb(50,22,66); }

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