Html Css Color HEX #332044 Blackcurrant

📋 copy color: '#332044'

red 51 ◦ green 32 ◦ blue 68

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

Shades of Blackcurrant #332044

Tints of Blackcurrant #332044

RGB

 RED value IS 51 (20.31% from 255) = 33.77%

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 68 (26.95% from 255) = 45.03%

R = 33.77%
G = 21.19%
B = 45.03%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#332044 (or 0x332044) is known color: Blackcurrant. HEX triplet: 33, 20 and 44. RGB value is (51,32,68). Sum of RGB (Red+Green+Blue) = 51+32+68=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #332044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332044 is #CCDFBB. Grayscale: #292929. Windows color (decimal): -13426620 or 4464691. OLE color: 4464691.

HSL color Cylindrical-coordinate representation of color #332044: hue angle of 271.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332044 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 32 68 -
CMYK 0.25 0.53 0 0.73
HSL 271.67º 0.36% 0.2% -
HSV(B) 271.67º 0.53% 0.27% -
XYZ 2.93 2.15 5.73 -
YUV 41.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 51 32 68 0.25 0.53 0 0.73 271.67 0.36 0.2
Hex 33 20 44 19 35 0 49 110 24 14
Octal 63 40 104 31 65 0 111 420 44 24
Binary 110011 100000 1000100 11001 110101 0 1001001 100010000 100100 10100

Color Harmonies of #332044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332044

Black with #332044

Text Example


Text Example

White with #332044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332044; }

 p { color: rgb(51,32,68); }

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

background-color css

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

 a { background-color: rgb(51,32,68); }

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

border-color css

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

 span { border-color: rgb(51,32,68); }

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