Html Css Color HEX #332242 Blackcurrant

📋 copy color: '#332242'

red 51 ◦ green 34 ◦ blue 66

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

Shades of Blackcurrant #332242

Tints of Blackcurrant #332242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 66 (26.17% from 255) = 43.71%

R = 33.77%
G = 22.52%
B = 43.71%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#332242 (or 0x332242) is known color: Blackcurrant. HEX triplet: 33, 22 and 42. RGB value is (51,34,66). Sum of RGB (Red+Green+Blue) = 51+34+66=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #332242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332242 is #CCDDBD. Grayscale: #2A2A2A. Windows color (decimal): -13426110 or 4334131. OLE color: 4334131.

HSL color Cylindrical-coordinate representation of color #332242: hue angle of 271.88º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #332242 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 34 66 -
CMYK 0.23 0.48 0 0.74
HSL 271.88º 0.32% 0.2% -
HSV(B) 271.88º 0.48% 0.26% -
XYZ 2.92 2.24 5.43 -
YUV 42.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 51 34 66 0.23 0.48 0 0.74 271.88 0.32 0.2
Hex 33 22 42 17 30 0 4A 110 20 14
Octal 63 42 102 27 60 0 112 420 40 24
Binary 110011 100010 1000010 10111 110000 0 1001010 100010000 100000 10100

Color Harmonies of #332242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332242

Black with #332242

Text Example


Text Example

White with #332242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332242; }

 p { color: rgb(51,34,66); }

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

background-color css

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

 a { background-color: rgb(51,34,66); }

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

border-color css

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

 span { border-color: rgb(51,34,66); }

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