Html Css Color HEX #321645 Blackcurrant

📋 copy color: '#321645'

red 50 ◦ green 22 ◦ blue 69

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

Shades of Blackcurrant #321645

Tints of Blackcurrant #321645

RGB

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

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

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

R = 35.46%
G = 15.6%
B = 48.94%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#321645 (or 0x321645) is known color: Blackcurrant. HEX triplet: 32, 16 and 45. RGB value is (50,22,69). Sum of RGB (Red+Green+Blue) = 50+22+69=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #321645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321645 is #CDE9BA. Grayscale: #232323. Windows color (decimal): -13494715 or 4527666. OLE color: 4527666.

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

Color convert

RGB 50 22 69 -
CMYK 0.28 0.68 0 0.73
HSL 275.74º 0.52% 0.18% -
HSV(B) 275.74º 0.68% 0.27% -
XYZ 2.68 1.68 5.81 -
YUV 35.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 50 22 69 0.28 0.68 0 0.73 275.74 0.52 0.18
Hex 32 16 45 1C 44 0 49 114 34 12
Octal 62 26 105 34 104 0 111 424 64 22
Binary 110010 10110 1000101 11100 1000100 0 1001001 100010100 110100 10010

Color Harmonies of #321645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321645

Black with #321645

Text Example


Text Example

White with #321645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321645; }

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

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

background-color css

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

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

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

border-color css

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

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

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