Html Css Color HEX #332240 Blackcurrant

📋 copy color: '#332240'

red 51 ◦ green 34 ◦ blue 64

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

Shades of Blackcurrant #332240

Tints of Blackcurrant #332240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 42.95%

R = 34.23%
G = 22.82%
B = 42.95%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#332240 (or 0x332240) is known color: Blackcurrant. HEX triplet: 33, 22 and 40. RGB value is (51,34,64). Sum of RGB (Red+Green+Blue) = 51+34+64=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #332240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332240 is #CCDDBF. Grayscale: #2A2A2A. Windows color (decimal): -13426112 or 4203059. OLE color: 4203059.

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

Color convert

RGB 51 34 64 -
CMYK 0.20 0.47 0 0.75
HSL 274º 0.31% 0.19% -
HSV(B) 274º 0.47% 0.25% -
XYZ 2.86 2.22 5.13 -
YUV 42.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 51 34 64 0.20 0.47 0 0.75 274 0.31 0.19
Hex 33 22 40 14 2F 0 4B 112 1F 13
Octal 63 42 100 24 57 0 113 422 37 23
Binary 110011 100010 1000000 10100 101111 0 1001011 100010010 11111 10011

Color Harmonies of #332240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332240

Black with #332240

Text Example


Text Example

White with #332240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332240; }

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

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

background-color css

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

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

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

border-color css

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

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

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