Html Css Color HEX #320337 Blackcurrant

📋 copy color: '#320337'

red 50 ◦ green 3 ◦ blue 55

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

Shades of Blackcurrant #320337

Tints of Blackcurrant #320337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 55 (21.88% from 255) = 50.93%

R = 46.3%
G = 2.78%
B = 50.93%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#320337 (or 0x320337) is known color: Blackcurrant. HEX triplet: 32, 03 and 37. RGB value is (50,3,55). Sum of RGB (Red+Green+Blue) = 50+3+55=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #320337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320337 is #CDFCC8. Grayscale: #161616. Windows color (decimal): -13499593 or 3605298. OLE color: 3605298.

HSL color Cylindrical-coordinate representation of color #320337: hue angle of 294.23º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320337 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 3 55 -
CMYK 0.09 0.95 0 0.78
HSL 294.23º 0.9% 0.11% -
HSV(B) 294.23º 0.95% 0.22% -
XYZ 2.04 1.02 3.7 -
YUV 22.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 50 3 55 0.09 0.95 0 0.78 294.23 0.9 0.11
Hex 32 3 37 9 5F 0 4E 126 5A B
Octal 62 3 67 11 137 0 116 446 132 13
Binary 110010 11 110111 1001 1011111 0 1001110 100100110 1011010 1011

Color Harmonies of #320337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320337

Black with #320337

Text Example


Text Example

White with #320337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320337; }

 p { color: rgb(50,3,55); }

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

background-color css

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

 a { background-color: rgb(50,3,55); }

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

border-color css

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

 span { border-color: rgb(50,3,55); }

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