Html Css Color HEX #32093F Blackcurrant

📋 copy color: '#32093F'

red 50 ◦ green 9 ◦ blue 63

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

Shades of Blackcurrant #32093F

Tints of Blackcurrant #32093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.38%

 BLUE value IS 63 (25% from 255) = 51.64%

R = 40.98%
G = 7.38%
B = 51.64%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#32093F (or 0x32093F) is known color: Blackcurrant. HEX triplet: 32, 09 and 3F. RGB value is (50,9,63). Sum of RGB (Red+Green+Blue) = 50+9+63=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #32093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32093F is #CDF6C0. Grayscale: #1B1B1B. Windows color (decimal): -13498049 or 4131122. OLE color: 4131122.

HSL color Cylindrical-coordinate representation of color #32093F: hue angle of 285.56º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32093F is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 9 63 -
CMYK 0.21 0.86 0 0.75
HSL 285.56º 0.75% 0.14% -
HSV(B) 285.56º 0.86% 0.25% -
XYZ 2.31 1.23 4.82 -
YUV 27.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 50 9 63 0.21 0.86 0 0.75 285.56 0.75 0.14
Hex 32 9 3F 15 56 0 4B 11E 4B E
Octal 62 11 77 25 126 0 113 436 113 16
Binary 110010 1001 111111 10101 1010110 0 1001011 100011110 1001011 1110

Color Harmonies of #32093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32093F

Black with #32093F

Text Example


Text Example

White with #32093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32093F; }

 p { color: rgb(50,9,63); }

 H1.HeaderClassName
 {
   color: #32093F;
 }
 .AnyTagClassName
 {
   color: #32093F;
 }
</style>

background-color css

<style>
 a { background-color: #32093F; }

 a { background-color: rgb(50,9,63); }

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

border-color css

<style>
 span { border-color: #32093F; }

 span { border-color: rgb(50,9,63); }

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