Html Css Color HEX #320753 Blackcurrant

📋 copy color: '#320753'

red 50 ◦ green 7 ◦ blue 83

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

Shades of Blackcurrant #320753

Tints of Blackcurrant #320753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

 BLUE value IS 83 (32.81% from 255) = 59.29%

R = 35.71%
G = 5%
B = 59.29%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#320753 (or 0x320753) is known color: Blackcurrant. HEX triplet: 32, 07 and 53. RGB value is (50,7,83). Sum of RGB (Red+Green+Blue) = 50+7+83=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #320753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320753 is #CDF8AC. Grayscale: #1C1C1C. Windows color (decimal): -13498541 or 5441330. OLE color: 5441330.

HSL color Cylindrical-coordinate representation of color #320753: hue angle of 273.95º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320753 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 7 83 -
CMYK 0.40 0.92 0 0.67
HSL 273.95º 0.84% 0.18% -
HSV(B) 273.95º 0.92% 0.33% -
XYZ 2.95 1.45 8.31 -
YUV 28.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 50 7 83 0.40 0.92 0 0.67 273.95 0.84 0.18
Hex 32 7 53 28 5C 0 43 112 54 12
Octal 62 7 123 50 134 0 103 422 124 22
Binary 110010 111 1010011 101000 1011100 0 1000011 100010010 1010100 10010

Color Harmonies of #320753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320753

Black with #320753

Text Example


Text Example

White with #320753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320753; }

 p { color: rgb(50,7,83); }

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

background-color css

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

 a { background-color: rgb(50,7,83); }

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

border-color css

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

 span { border-color: rgb(50,7,83); }

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