Html Css Color HEX #32084F Blackcurrant

📋 copy color: '#32084F'

red 50 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #32084F

Tints of Blackcurrant #32084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

 BLUE value IS 79 (31.25% from 255) = 57.66%

R = 36.5%
G = 5.84%
B = 57.66%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#32084F (or 0x32084F) is known color: Blackcurrant. HEX triplet: 32, 08 and 4F. RGB value is (50,8,79). Sum of RGB (Red+Green+Blue) = 50+8+79=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #32084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32084F is #CDF7B0. Grayscale: #1C1C1C. Windows color (decimal): -13498289 or 5179442. OLE color: 5179442.

HSL color Cylindrical-coordinate representation of color #32084F: hue angle of 275.49º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32084F is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 8 79 -
CMYK 0.37 0.90 0 0.69
HSL 275.49º 0.82% 0.17% -
HSV(B) 275.49º 0.9% 0.31% -
XYZ 2.81 1.42 7.52 -
YUV 28.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 50 8 79 0.37 0.90 0 0.69 275.49 0.82 0.17
Hex 32 8 4F 25 5A 0 45 113 52 11
Octal 62 10 117 45 132 0 105 423 122 21
Binary 110010 1000 1001111 100101 1011010 0 1000101 100010011 1010010 10001

Color Harmonies of #32084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32084F

Black with #32084F

Text Example


Text Example

White with #32084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32084F; }

 p { color: rgb(50,8,79); }

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

background-color css

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

 a { background-color: rgb(50,8,79); }

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

border-color css

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

 span { border-color: rgb(50,8,79); }

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