Html Css Color HEX #320442 Blackcurrant

📋 copy color: '#320442'

red 50 ◦ green 4 ◦ blue 66

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

Shades of Blackcurrant #320442

Tints of Blackcurrant #320442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

 BLUE value IS 66 (26.17% from 255) = 55%

R = 41.67%
G = 3.33%
B = 55%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#320442 (or 0x320442) is known color: Blackcurrant. HEX triplet: 32, 04 and 42. RGB value is (50,4,66). Sum of RGB (Red+Green+Blue) = 50+4+66=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 66 (26.17% from 255 or 55% from 120); Max value from RGB is 66 - color contains mainly: blue. Hex color #320442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320442 is #CDFBBD. Grayscale: #181818. Windows color (decimal): -13499326 or 4326450. OLE color: 4326450.

HSL color Cylindrical-coordinate representation of color #320442: hue angle of 284.52º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320442 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 4 66 -
CMYK 0.24 0.94 0 0.74
HSL 284.52º 0.89% 0.14% -
HSV(B) 284.52º 0.94% 0.26% -
XYZ 2.34 1.16 5.25 -
YUV 24.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 50 4 66 0.24 0.94 0 0.74 284.52 0.89 0.14
Hex 32 4 42 18 5E 0 4A 11D 59 E
Octal 62 4 102 30 136 0 112 435 131 16
Binary 110010 100 1000010 11000 1011110 0 1001010 100011101 1011001 1110

Color Harmonies of #320442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320442

Black with #320442

Text Example


Text Example

White with #320442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320442; }

 p { color: rgb(50,4,66); }

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

background-color css

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

 a { background-color: rgb(50,4,66); }

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

border-color css

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

 span { border-color: rgb(50,4,66); }

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