Html Css Color HEX #332141 Blackcurrant

📋 copy color: '#332141'

red 51 ◦ green 33 ◦ blue 65

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

Shades of Blackcurrant #332141

Tints of Blackcurrant #332141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.15%

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

R = 34.23%
G = 22.15%
B = 43.62%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#332141 (or 0x332141) is known color: Blackcurrant. HEX triplet: 33, 21 and 41. RGB value is (51,33,65). Sum of RGB (Red+Green+Blue) = 51+33+65=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #332141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332141 is #CCDEBE. Grayscale: #292929. Windows color (decimal): -13426367 or 4268339. OLE color: 4268339.

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

Color convert

RGB 51 33 65 -
CMYK 0.22 0.49 0 0.75
HSL 273.75º 0.33% 0.19% -
HSV(B) 273.75º 0.49% 0.25% -
XYZ 2.86 2.17 5.27 -
YUV 42.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 51 33 65 0.22 0.49 0 0.75 273.75 0.33 0.19
Hex 33 21 41 16 31 0 4B 112 21 13
Octal 63 41 101 26 61 0 113 422 41 23
Binary 110011 100001 1000001 10110 110001 0 1001011 100010010 100001 10011

Color Harmonies of #332141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332141

Black with #332141

Text Example


Text Example

White with #332141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332141; }

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

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

background-color css

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

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

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

border-color css

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

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

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