Html Css Color HEX #332541 Blackcurrant

📋 copy color: '#332541'

red 51 ◦ green 37 ◦ blue 65

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

Shades of Blackcurrant #332541

Tints of Blackcurrant #332541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

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

R = 33.33%
G = 24.18%
B = 42.48%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#332541 (or 0x332541) is known color: Blackcurrant. HEX triplet: 33, 25 and 41. RGB value is (51,37,65). Sum of RGB (Red+Green+Blue) = 51+37+65=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #332541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332541 is #CCDABE. Grayscale: #2C2C2C. Windows color (decimal): -13425343 or 4269363. OLE color: 4269363.

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

Color convert

RGB 51 37 65 -
CMYK 0.22 0.43 0 0.75
HSL 270º 0.27% 0.2% -
HSV(B) 270º 0.43% 0.25% -
XYZ 2.98 2.41 5.31 -
YUV 44.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 51 37 65 0.22 0.43 0 0.75 270 0.27 0.2
Hex 33 25 41 16 2B 0 4B 10E 1B 14
Octal 63 45 101 26 53 0 113 416 33 24
Binary 110011 100101 1000001 10110 101011 0 1001011 100001110 11011 10100

Color Harmonies of #332541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332541

Black with #332541

Text Example


Text Example

White with #332541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332541; }

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

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

background-color css

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

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

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

border-color css

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

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

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