Html Css Color HEX #331151 Blackcurrant

📋 copy color: '#331151'

red 51 ◦ green 17 ◦ blue 81

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

Shades of Blackcurrant #331151

Tints of Blackcurrant #331151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54.36%

R = 34.23%
G = 11.41%
B = 54.36%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#331151 (or 0x331151) is known color: Blackcurrant. HEX triplet: 33, 11 and 51. RGB value is (51,17,81). Sum of RGB (Red+Green+Blue) = 51+17+81=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #331151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331151 is #CCEEAE. Grayscale: #222222. Windows color (decimal): -13430447 or 5312819. OLE color: 5312819.

HSL color Cylindrical-coordinate representation of color #331151: hue angle of 271.88º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331151 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 17 81 -
CMYK 0.37 0.79 0 0.68
HSL 271.88º 0.65% 0.19% -
HSV(B) 271.88º 0.79% 0.32% -
XYZ 3.05 1.7 7.95 -
YUV 34.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 51 17 81 0.37 0.79 0 0.68 271.88 0.65 0.19
Hex 33 11 51 25 4F 0 44 110 41 13
Octal 63 21 121 45 117 0 104 420 101 23
Binary 110011 10001 1010001 100101 1001111 0 1000100 100010000 1000001 10011

Color Harmonies of #331151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331151

Black with #331151

Text Example


Text Example

White with #331151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331151; }

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

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

background-color css

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

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

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

border-color css

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

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

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