Html Css Color HEX #32153B Blackcurrant

📋 copy color: '#32153B'

red 50 ◦ green 21 ◦ blue 59

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

Shades of Blackcurrant #32153B

Tints of Blackcurrant #32153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 59 (23.44% from 255) = 45.38%

R = 38.46%
G = 16.15%
B = 45.38%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#32153B (or 0x32153B) is known color: Blackcurrant. HEX triplet: 32, 15 and 3B. RGB value is (50,21,59). Sum of RGB (Red+Green+Blue) = 50+21+59=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #32153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32153B is #CDEAC4. Grayscale: #212121. Windows color (decimal): -13494981 or 3872050. OLE color: 3872050.

HSL color Cylindrical-coordinate representation of color #32153B: hue angle of 285.79º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32153B is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 21 59 -
CMYK 0.15 0.64 0 0.77
HSL 285.79º 0.48% 0.16% -
HSV(B) 285.79º 0.64% 0.23% -
XYZ 2.37 1.53 4.31 -
YUV 34 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 50 21 59 0.15 0.64 0 0.77 285.79 0.48 0.16
Hex 32 15 3B F 40 0 4D 11E 30 10
Octal 62 25 73 17 100 0 115 436 60 20
Binary 110010 10101 111011 1111 1000000 0 1001101 100011110 110000 10000

Color Harmonies of #32153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32153B

Black with #32153B

Text Example


Text Example

White with #32153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,21,59); }

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

background-color css

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

 a { background-color: rgb(50,21,59); }

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

border-color css

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

 span { border-color: rgb(50,21,59); }

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