Html Css Color HEX #32003A Blackcurrant

📋 copy color: '#32003A'

red 50 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #32003A

Tints of Blackcurrant #32003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 53.7%

R = 46.3%
G = 0%
B = 53.7%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#32003A (or 0x32003A) is known color: Blackcurrant. HEX triplet: 32, 00 and 3A. RGB value is (50,0,58). Sum of RGB (Red+Green+Blue) = 50+0+58=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #32003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32003A is #CDFFC5. Grayscale: #151515. Windows color (decimal): -13500358 or 3801138. OLE color: 3801138.

HSL color Cylindrical-coordinate representation of color #32003A: hue angle of 291.72º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32003A is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 0 58 -
CMYK 0.14 1 0 0.77
HSL 291.72º 1% 0.11% -
HSV(B) 291.72º 1% 0.23% -
XYZ 2.08 0.98 4.08 -
YUV 21.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 50 0 58 0.14 1 0 0.77 291.72 1 0.11
Hex 32 0 3A E 64 0 4D 124 64 B
Octal 62 0 72 16 144 0 115 444 144 13
Binary 110010 0 111010 1110 1100100 0 1001101 100100100 1100100 1011

Color Harmonies of #32003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32003A

Black with #32003A

Text Example


Text Example

White with #32003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,0,58); }

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

background-color css

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

 a { background-color: rgb(50,0,58); }

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

border-color css

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

 span { border-color: rgb(50,0,58); }

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