Html Css Color HEX #32253C Blackcurrant

📋 copy color: '#32253C'

red 50 ◦ green 37 ◦ blue 60

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

Shades of Blackcurrant #32253C

Tints of Blackcurrant #32253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

 BLUE value IS 60 (23.83% from 255) = 40.82%

R = 34.01%
G = 25.17%
B = 40.82%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#32253C (or 0x32253C) is known color: Blackcurrant. HEX triplet: 32, 25 and 3C. RGB value is (50,37,60). Sum of RGB (Red+Green+Blue) = 50+37+60=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #32253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32253C is #CDDAC3. Grayscale: #2B2B2B. Windows color (decimal): -13490884 or 3941682. OLE color: 3941682.

HSL color Cylindrical-coordinate representation of color #32253C: hue angle of 273.91º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32253C is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 37 60 -
CMYK 0.17 0.38 0 0.76
HSL 273.91º 0.24% 0.19% -
HSV(B) 273.91º 0.38% 0.24% -
XYZ 2.79 2.33 4.58 -
YUV 43.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 50 37 60 0.17 0.38 0 0.76 273.91 0.24 0.19
Hex 32 25 3C 11 26 0 4C 112 18 13
Octal 62 45 74 21 46 0 114 422 30 23
Binary 110010 100101 111100 10001 100110 0 1001100 100010010 11000 10011

Color Harmonies of #32253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32253C

Black with #32253C

Text Example


Text Example

White with #32253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32253C; }

 p { color: rgb(50,37,60); }

 H1.HeaderClassName
 {
   color: #32253C;
 }
 .AnyTagClassName
 {
   color: #32253C;
 }
</style>

background-color css

<style>
 a { background-color: #32253C; }

 a { background-color: rgb(50,37,60); }

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

border-color css

<style>
 span { border-color: #32253C; }

 span { border-color: rgb(50,37,60); }

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