Html Css Color HEX #332540 Blackcurrant

📋 copy color: '#332540'

red 51 ◦ green 37 ◦ blue 64

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

Shades of Blackcurrant #332540

Tints of Blackcurrant #332540

RGB

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

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

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

R = 33.55%
G = 24.34%
B = 42.11%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#332540 (or 0x332540) is known color: Blackcurrant. HEX triplet: 33, 25 and 40. RGB value is (51,37,64). Sum of RGB (Red+Green+Blue) = 51+37+64=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #332540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332540 is #CCDABF. Grayscale: #2C2C2C. Windows color (decimal): -13425344 or 4203827. OLE color: 4203827.

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

Color convert

RGB 51 37 64 -
CMYK 0.20 0.42 0 0.75
HSL 271.11º 0.27% 0.2% -
HSV(B) 271.11º 0.42% 0.25% -
XYZ 2.95 2.4 5.16 -
YUV 44.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 51 37 64 0.20 0.42 0 0.75 271.11 0.27 0.2
Hex 33 25 40 14 2A 0 4B 10F 1B 14
Octal 63 45 100 24 52 0 113 417 33 24
Binary 110011 100101 1000000 10100 101010 0 1001011 100001111 11011 10100

Color Harmonies of #332540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332540

Black with #332540

Text Example


Text Example

White with #332540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332540; }

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

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

background-color css

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

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

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

border-color css

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

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

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