Html Css Color HEX #321143 Blackcurrant

📋 copy color: '#321143'

red 50 ◦ green 17 ◦ blue 67

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

Shades of Blackcurrant #321143

Tints of Blackcurrant #321143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

 BLUE value IS 67 (26.56% from 255) = 50%

R = 37.31%
G = 12.69%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#321143 (or 0x321143) is known color: Blackcurrant. HEX triplet: 32, 11 and 43. RGB value is (50,17,67). Sum of RGB (Red+Green+Blue) = 50+17+67=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #321143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321143 is #CDEEBC. Grayscale: #202020. Windows color (decimal): -13495997 or 4395314. OLE color: 4395314.

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

Color convert

RGB 50 17 67 -
CMYK 0.25 0.75 0 0.74
HSL 279.6º 0.6% 0.16% -
HSV(B) 279.6º 0.75% 0.26% -
XYZ 2.53 1.48 5.46 -
YUV 32.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 50 17 67 0.25 0.75 0 0.74 279.6 0.6 0.16
Hex 32 11 43 19 4B 0 4A 118 3C 10
Octal 62 21 103 31 113 0 112 430 74 20
Binary 110010 10001 1000011 11001 1001011 0 1001010 100011000 111100 10000

Color Harmonies of #321143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321143

Black with #321143

Text Example


Text Example

White with #321143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321143; }

 p { color: rgb(50,17,67); }

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

background-color css

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

 a { background-color: rgb(50,17,67); }

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

border-color css

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

 span { border-color: rgb(50,17,67); }

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