Html Css Color HEX #32093C Blackcurrant

📋 copy color: '#32093C'

red 50 ◦ green 9 ◦ blue 60

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

Shades of Blackcurrant #32093C

Tints of Blackcurrant #32093C

RGB

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

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

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

R = 42.02%
G = 7.56%
B = 50.42%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#32093C (or 0x32093C) is known color: Blackcurrant. HEX triplet: 32, 09 and 3C. RGB value is (50,9,60). Sum of RGB (Red+Green+Blue) = 50+9+60=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #32093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32093C is #CDF6C3. Grayscale: #1A1A1A. Windows color (decimal): -13498052 or 3934514. OLE color: 3934514.

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

Color convert

RGB 50 9 60 -
CMYK 0.17 0.85 0 0.76
HSL 288.24º 0.74% 0.14% -
HSV(B) 288.24º 0.85% 0.24% -
XYZ 2.23 1.2 4.39 -
YUV 27.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 50 9 60 0.17 0.85 0 0.76 288.24 0.74 0.14
Hex 32 9 3C 11 55 0 4C 120 4A E
Octal 62 11 74 21 125 0 114 440 112 16
Binary 110010 1001 111100 10001 1010101 0 1001100 100100000 1001010 1110

Color Harmonies of #32093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32093C

Black with #32093C

Text Example


Text Example

White with #32093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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