Html Css Color HEX #32024B Blackcurrant

📋 copy color: '#32024B'

red 50 ◦ green 2 ◦ blue 75

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

Shades of Blackcurrant #32024B

Tints of Blackcurrant #32024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 75 (29.69% from 255) = 59.06%

R = 39.37%
G = 1.57%
B = 59.06%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#32024B (or 0x32024B) is known color: Blackcurrant. HEX triplet: 32, 02 and 4B. RGB value is (50,2,75). Sum of RGB (Red+Green+Blue) = 50+2+75=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #32024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32024B is #CDFDB4. Grayscale: #181818. Windows color (decimal): -13499829 or 4915762. OLE color: 4915762.

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

Color convert

RGB 50 2 75 -
CMYK 0.33 0.97 0 0.71
HSL 279.45º 0.95% 0.15% -
HSV(B) 279.45º 0.97% 0.29% -
XYZ 2.61 1.23 6.76 -
YUV 24.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 50 2 75 0.33 0.97 0 0.71 279.45 0.95 0.15
Hex 32 2 4B 21 61 0 47 117 5F F
Octal 62 2 113 41 141 0 107 427 137 17
Binary 110010 10 1001011 100001 1100001 0 1000111 100010111 1011111 1111

Color Harmonies of #32024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32024B

Black with #32024B

Text Example


Text Example

White with #32024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32024B; }

 p { color: rgb(50,2,75); }

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

background-color css

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

 a { background-color: rgb(50,2,75); }

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

border-color css

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

 span { border-color: rgb(50,2,75); }

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