Html Css Color HEX #32094C Blackcurrant

📋 copy color: '#32094C'

red 50 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #32094C

Tints of Blackcurrant #32094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 56.3%

R = 37.04%
G = 6.67%
B = 56.3%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#32094C (or 0x32094C) is known color: Blackcurrant. HEX triplet: 32, 09 and 4C. RGB value is (50,9,76). Sum of RGB (Red+Green+Blue) = 50+9+76=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #32094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32094C is #CDF6B3. Grayscale: #1C1C1C. Windows color (decimal): -13498036 or 4983090. OLE color: 4983090.

HSL color Cylindrical-coordinate representation of color #32094C: hue angle of 276.72º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32094C is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 9 76 -
CMYK 0.34 0.88 0 0.70
HSL 276.72º 0.79% 0.17% -
HSV(B) 276.72º 0.88% 0.3% -
XYZ 2.72 1.4 6.96 -
YUV 28.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 50 9 76 0.34 0.88 0 0.70 276.72 0.79 0.17
Hex 32 9 4C 22 58 0 46 115 4F 11
Octal 62 11 114 42 130 0 106 425 117 21
Binary 110010 1001 1001100 100010 1011000 0 1000110 100010101 1001111 10001

Color Harmonies of #32094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32094C

Black with #32094C

Text Example


Text Example

White with #32094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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