Html Css Color HEX #32014F Blackcurrant

📋 copy color: '#32014F'

red 50 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #32014F

Tints of Blackcurrant #32014F

RGB

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

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

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

R = 38.46%
G = 0.77%
B = 60.77%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#32014F (or 0x32014F) is known color: Blackcurrant. HEX triplet: 32, 01 and 4F. RGB value is (50,1,79). Sum of RGB (Red+Green+Blue) = 50+1+79=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #32014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32014F is #CDFEB0. Grayscale: #181818. Windows color (decimal): -13500081 or 5177650. OLE color: 5177650.

HSL color Cylindrical-coordinate representation of color #32014F: hue angle of 277.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32014F is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 1 79 -
CMYK 0.37 0.99 0 0.69
HSL 277.69º 0.98% 0.16% -
HSV(B) 277.69º 0.99% 0.31% -
XYZ 2.74 1.26 7.5 -
YUV 24.54 158.73 146.16 -
System Red Green Blue C M Y K H S L
Decimal 50 1 79 0.37 0.99 0 0.69 277.69 0.98 0.16
Hex 32 1 4F 25 63 0 45 116 62 10
Octal 62 1 117 45 143 0 105 426 142 20
Binary 110010 1 1001111 100101 1100011 0 1000101 100010110 1100010 10000

Color Harmonies of #32014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32014F

Black with #32014F

Text Example


Text Example

White with #32014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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