Html Css Color HEX #331240 Blackcurrant

📋 copy color: '#331240'

red 51 ◦ green 18 ◦ blue 64

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

Shades of Blackcurrant #331240

Tints of Blackcurrant #331240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 38.35%
G = 13.53%
B = 48.12%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331240 (or 0x331240) is known color: Blackcurrant. HEX triplet: 33, 12 and 40. RGB value is (51,18,64). Sum of RGB (Red+Green+Blue) = 51+18+64=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #331240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331240 is #CCEDBF. Grayscale: #202020. Windows color (decimal): -13430208 or 4198963. OLE color: 4198963.

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

Color convert

RGB 51 18 64 -
CMYK 0.20 0.72 0 0.75
HSL 283.04º 0.56% 0.16% -
HSV(B) 283.04º 0.72% 0.25% -
XYZ 2.51 1.51 5.01 -
YUV 33.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 51 18 64 0.20 0.72 0 0.75 283.04 0.56 0.16
Hex 33 12 40 14 48 0 4B 11B 38 10
Octal 63 22 100 24 110 0 113 433 70 20
Binary 110011 10010 1000000 10100 1001000 0 1001011 100011011 111000 10000

Color Harmonies of #331240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331240

Black with #331240

Text Example


Text Example

White with #331240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331240; }

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

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

background-color css

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

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

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

border-color css

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

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

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