Html Css Color HEX #32093D Blackcurrant

📋 copy color: '#32093D'

red 50 ◦ green 9 ◦ blue 61

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

Shades of Blackcurrant #32093D

Tints of Blackcurrant #32093D

RGB

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

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

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

R = 41.67%
G = 7.5%
B = 50.83%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#32093D (or 0x32093D) is known color: Blackcurrant. HEX triplet: 32, 09 and 3D. RGB value is (50,9,61). Sum of RGB (Red+Green+Blue) = 50+9+61=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #32093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32093D is #CDF6C2. Grayscale: #1B1B1B. Windows color (decimal): -13498051 or 4000050. OLE color: 4000050.

HSL color Cylindrical-coordinate representation of color #32093D: hue angle of 287.31º 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 #32093D is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 9 61 -
CMYK 0.18 0.85 0 0.76
HSL 287.31º 0.74% 0.14% -
HSV(B) 287.31º 0.85% 0.24% -
XYZ 2.26 1.21 4.53 -
YUV 27.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 50 9 61 0.18 0.85 0 0.76 287.31 0.74 0.14
Hex 32 9 3D 12 55 0 4C 11F 4A E
Octal 62 11 75 22 125 0 114 437 112 16
Binary 110010 1001 111101 10010 1010101 0 1001100 100011111 1001010 1110

Color Harmonies of #32093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32093D

Black with #32093D

Text Example


Text Example

White with #32093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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