Html Css Color HEX #331540 Blackcurrant

📋 copy color: '#331540'

red 51 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #331540

Tints of Blackcurrant #331540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 37.5%
G = 15.44%
B = 47.06%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331540 (or 0x331540) is known color: Blackcurrant. HEX triplet: 33, 15 and 40. RGB value is (51,21,64). Sum of RGB (Red+Green+Blue) = 51+21+64=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #331540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331540 is #CCEABF. Grayscale: #222222. Windows color (decimal): -13429440 or 4199731. OLE color: 4199731.

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

Color convert

RGB 51 21 64 -
CMYK 0.20 0.67 0 0.75
HSL 281.86º 0.51% 0.17% -
HSV(B) 281.86º 0.67% 0.25% -
XYZ 2.56 1.61 5.03 -
YUV 34.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 51 21 64 0.20 0.67 0 0.75 281.86 0.51 0.17
Hex 33 15 40 14 43 0 4B 11A 33 11
Octal 63 25 100 24 103 0 113 432 63 21
Binary 110011 10101 1000000 10100 1000011 0 1001011 100011010 110011 10001

Color Harmonies of #331540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331540

Black with #331540

Text Example


Text Example

White with #331540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331540; }

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

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

background-color css

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

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

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

border-color css

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

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

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