Html Css Color HEX #321448 Blackcurrant

📋 copy color: '#321448'

red 50 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #321448

Tints of Blackcurrant #321448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

 BLUE value IS 72 (28.52% from 255) = 50.7%

R = 35.21%
G = 14.08%
B = 50.7%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321448 (or 0x321448) is known color: Blackcurrant. HEX triplet: 32, 14 and 48. RGB value is (50,20,72). Sum of RGB (Red+Green+Blue) = 50+20+72=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #321448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321448 is #CDEBB7. Grayscale: #222222. Windows color (decimal): -13495224 or 4723762. OLE color: 4723762.

HSL color Cylindrical-coordinate representation of color #321448: hue angle of 274.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321448 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 20 72 -
CMYK 0.31 0.72 0 0.72
HSL 274.62º 0.57% 0.18% -
HSV(B) 274.62º 0.72% 0.28% -
XYZ 2.74 1.65 6.3 -
YUV 34.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 50 20 72 0.31 0.72 0 0.72 274.62 0.57 0.18
Hex 32 14 48 1F 48 0 48 113 39 12
Octal 62 24 110 37 110 0 110 423 71 22
Binary 110010 10100 1001000 11111 1001000 0 1001000 100010011 111001 10010

Color Harmonies of #321448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321448

Black with #321448

Text Example


Text Example

White with #321448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321448; }

 p { color: rgb(50,20,72); }

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

background-color css

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

 a { background-color: rgb(50,20,72); }

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

border-color css

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

 span { border-color: rgb(50,20,72); }

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