Html Css Color HEX #32014A Blackcurrant

📋 copy color: '#32014A'

red 50 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #32014A

Tints of Blackcurrant #32014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

 BLUE value IS 74 (29.3% from 255) = 59.2%

R = 40%
G = 0.8%
B = 59.2%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#32014A (or 0x32014A) is known color: Blackcurrant. HEX triplet: 32, 01 and 4A. RGB value is (50,1,74). Sum of RGB (Red+Green+Blue) = 50+1+74=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #32014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32014A is #CDFEB5. Grayscale: #171717. Windows color (decimal): -13500086 or 4849970. OLE color: 4849970.

HSL color Cylindrical-coordinate representation of color #32014A: hue angle of 280.27º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32014A is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 1 74 -
CMYK 0.32 0.99 0 0.71
HSL 280.27º 0.97% 0.15% -
HSV(B) 280.27º 0.99% 0.29% -
XYZ 2.56 1.19 6.57 -
YUV 23.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 50 1 74 0.32 0.99 0 0.71 280.27 0.97 0.15
Hex 32 1 4A 20 63 0 47 118 61 F
Octal 62 1 112 40 143 0 107 430 141 17
Binary 110010 1 1001010 100000 1100011 0 1000111 100011000 1100001 1111

Color Harmonies of #32014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32014A

Black with #32014A

Text Example


Text Example

White with #32014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32014A; }

 p { color: rgb(50,1,74); }

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

background-color css

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

 a { background-color: rgb(50,1,74); }

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

border-color css

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

 span { border-color: rgb(50,1,74); }

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