Html Css Color HEX #32253D Blackcurrant

📋 copy color: '#32253D'

red 50 ◦ green 37 ◦ blue 61

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

Shades of Blackcurrant #32253D

Tints of Blackcurrant #32253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.22%

R = 33.78%
G = 25%
B = 41.22%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#32253D (or 0x32253D) is known color: Blackcurrant. HEX triplet: 32, 25 and 3D. RGB value is (50,37,61). Sum of RGB (Red+Green+Blue) = 50+37+61=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #32253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32253D is #CDDAC2. Grayscale: #2B2B2B. Windows color (decimal): -13490883 or 4007218. OLE color: 4007218.

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

Color convert

RGB 50 37 61 -
CMYK 0.18 0.39 0 0.76
HSL 272.5º 0.24% 0.19% -
HSV(B) 272.5º 0.39% 0.24% -
XYZ 2.82 2.34 4.72 -
YUV 43.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 50 37 61 0.18 0.39 0 0.76 272.5 0.24 0.19
Hex 32 25 3D 12 27 0 4C 110 18 13
Octal 62 45 75 22 47 0 114 420 30 23
Binary 110010 100101 111101 10010 100111 0 1001100 100010000 11000 10011

Color Harmonies of #32253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32253D

Black with #32253D

Text Example


Text Example

White with #32253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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