Html Css Color HEX #332041 Blackcurrant

📋 copy color: '#332041'

red 51 ◦ green 32 ◦ blue 65

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

Shades of Blackcurrant #332041

Tints of Blackcurrant #332041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 34.46%
G = 21.62%
B = 43.92%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#332041 (or 0x332041) is known color: Blackcurrant. HEX triplet: 33, 20 and 41. RGB value is (51,32,65). Sum of RGB (Red+Green+Blue) = 51+32+65=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #332041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332041 is #CCDFBE. Grayscale: #292929. Windows color (decimal): -13426623 or 4268083. OLE color: 4268083.

HSL color Cylindrical-coordinate representation of color #332041: hue angle of 274.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332041 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 32 65 -
CMYK 0.22 0.51 0 0.75
HSL 274.55º 0.34% 0.19% -
HSV(B) 274.55º 0.51% 0.25% -
XYZ 2.84 2.12 5.26 -
YUV 41.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 51 32 65 0.22 0.51 0 0.75 274.55 0.34 0.19
Hex 33 20 41 16 33 0 4B 113 22 13
Octal 63 40 101 26 63 0 113 423 42 23
Binary 110011 100000 1000001 10110 110011 0 1001011 100010011 100010 10011

Color Harmonies of #332041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332041

Black with #332041

Text Example


Text Example

White with #332041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332041; }

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

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

background-color css

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

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

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

border-color css

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

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

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