Html Css Color HEX #331140 Blackcurrant

📋 copy color: '#331140'

red 51 ◦ green 17 ◦ blue 64

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

Shades of Blackcurrant #331140

Tints of Blackcurrant #331140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

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

R = 38.64%
G = 12.88%
B = 48.48%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331140 (or 0x331140) is known color: Blackcurrant. HEX triplet: 33, 11 and 40. RGB value is (51,17,64). Sum of RGB (Red+Green+Blue) = 51+17+64=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #331140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331140 is #CCEEBF. Grayscale: #202020. Windows color (decimal): -13430464 or 4198707. OLE color: 4198707.

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

Color convert

RGB 51 17 64 -
CMYK 0.20 0.73 0 0.75
HSL 283.4º 0.58% 0.16% -
HSV(B) 283.4º 0.73% 0.25% -
XYZ 2.49 1.47 5 -
YUV 32.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 51 17 64 0.20 0.73 0 0.75 283.4 0.58 0.16
Hex 33 11 40 14 49 0 4B 11B 3A 10
Octal 63 21 100 24 111 0 113 433 72 20
Binary 110011 10001 1000000 10100 1001001 0 1001011 100011011 111010 10000

Color Harmonies of #331140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331140

Black with #331140

Text Example


Text Example

White with #331140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331140; }

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

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

background-color css

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

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

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

border-color css

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

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

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