Html Css Color HEX #331340 Blackcurrant

📋 copy color: '#331340'

red 51 ◦ green 19 ◦ blue 64

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

Shades of Blackcurrant #331340

Tints of Blackcurrant #331340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 38.06%
G = 14.18%
B = 47.76%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331340 (or 0x331340) is known color: Blackcurrant. HEX triplet: 33, 13 and 40. RGB value is (51,19,64). Sum of RGB (Red+Green+Blue) = 51+19+64=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #331340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331340 is #CCECBF. Grayscale: #212121. Windows color (decimal): -13429952 or 4199219. OLE color: 4199219.

HSL color Cylindrical-coordinate representation of color #331340: hue angle of 282.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331340 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 19 64 -
CMYK 0.20 0.70 0 0.75
HSL 282.67º 0.54% 0.16% -
HSV(B) 282.67º 0.7% 0.25% -
XYZ 2.52 1.54 5.01 -
YUV 33.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 51 19 64 0.20 0.70 0 0.75 282.67 0.54 0.16
Hex 33 13 40 14 46 0 4B 11B 36 10
Octal 63 23 100 24 106 0 113 433 66 20
Binary 110011 10011 1000000 10100 1000110 0 1001011 100011011 110110 10000

Color Harmonies of #331340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331340

Black with #331340

Text Example


Text Example

White with #331340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331340; }

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

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

background-color css

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

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

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

border-color css

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

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

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