Html Css Color HEX #32153E Blackcurrant

📋 copy color: '#32153E'

red 50 ◦ green 21 ◦ blue 62

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

Shades of Blackcurrant #32153E

Tints of Blackcurrant #32153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 46.62%

R = 37.59%
G = 15.79%
B = 46.62%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#32153E (or 0x32153E) is known color: Blackcurrant. HEX triplet: 32, 15 and 3E. RGB value is (50,21,62). Sum of RGB (Red+Green+Blue) = 50+21+62=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #32153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32153E is #CDEAC1. Grayscale: #222222. Windows color (decimal): -13494978 or 4068658. OLE color: 4068658.

HSL color Cylindrical-coordinate representation of color #32153E: hue angle of 282.44º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32153E is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 21 62 -
CMYK 0.19 0.66 0 0.76
HSL 282.44º 0.49% 0.16% -
HSV(B) 282.44º 0.66% 0.24% -
XYZ 2.45 1.56 4.73 -
YUV 34.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 50 21 62 0.19 0.66 0 0.76 282.44 0.49 0.16
Hex 32 15 3E 13 42 0 4C 11A 31 10
Octal 62 25 76 23 102 0 114 432 61 20
Binary 110010 10101 111110 10011 1000010 0 1001100 100011010 110001 10000

Color Harmonies of #32153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32153E

Black with #32153E

Text Example


Text Example

White with #32153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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