Html Css Color HEX #331350 Blackcurrant

📋 copy color: '#331350'

red 51 ◦ green 19 ◦ blue 80

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

Shades of Blackcurrant #331350

Tints of Blackcurrant #331350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 53.33%

R = 34%
G = 12.67%
B = 53.33%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#331350 (or 0x331350) is known color: Blackcurrant. HEX triplet: 33, 13 and 50. RGB value is (51,19,80). Sum of RGB (Red+Green+Blue) = 51+19+80=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #331350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331350 is #CCECAF. Grayscale: #232323. Windows color (decimal): -13429936 or 5247795. OLE color: 5247795.

HSL color Cylindrical-coordinate representation of color #331350: hue angle of 271.48º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331350 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 19 80 -
CMYK 0.36 0.76 0 0.69
HSL 271.48º 0.62% 0.19% -
HSV(B) 271.48º 0.76% 0.31% -
XYZ 3.05 1.75 7.77 -
YUV 35.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 51 19 80 0.36 0.76 0 0.69 271.48 0.62 0.19
Hex 33 13 50 24 4C 0 45 10F 3E 13
Octal 63 23 120 44 114 0 105 417 76 23
Binary 110011 10011 1010000 100100 1001100 0 1000101 100001111 111110 10011

Color Harmonies of #331350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331350

Black with #331350

Text Example


Text Example

White with #331350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331350; }

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

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

background-color css

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

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

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

border-color css

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

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

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