Html Css Color HEX #321742 Blackcurrant

📋 copy color: '#321742'

red 50 ◦ green 23 ◦ blue 66

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

Shades of Blackcurrant #321742

Tints of Blackcurrant #321742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.55%

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

R = 35.97%
G = 16.55%
B = 47.48%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#321742 (or 0x321742) is known color: Blackcurrant. HEX triplet: 32, 17 and 42. RGB value is (50,23,66). Sum of RGB (Red+Green+Blue) = 50+23+66=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #321742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321742 is #CDE8BD. Grayscale: #232323. Windows color (decimal): -13494462 or 4331314. OLE color: 4331314.

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

Color convert

RGB 50 23 66 -
CMYK 0.24 0.65 0 0.74
HSL 277.67º 0.48% 0.17% -
HSV(B) 277.67º 0.65% 0.26% -
XYZ 2.61 1.68 5.34 -
YUV 35.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 50 23 66 0.24 0.65 0 0.74 277.67 0.48 0.17
Hex 32 17 42 18 41 0 4A 116 30 11
Octal 62 27 102 30 101 0 112 426 60 21
Binary 110010 10111 1000010 11000 1000001 0 1001010 100010110 110000 10001

Color Harmonies of #321742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321742

Black with #321742

Text Example


Text Example

White with #321742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321742; }

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

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

background-color css

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

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

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

border-color css

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

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

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