Html Css Color HEX #331346 Blackcurrant

📋 copy color: '#331346'

red 51 ◦ green 19 ◦ blue 70

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

Shades of Blackcurrant #331346

Tints of Blackcurrant #331346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50%

R = 36.43%
G = 13.57%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#331346 (or 0x331346) is known color: Blackcurrant. HEX triplet: 33, 13 and 46. RGB value is (51,19,70). Sum of RGB (Red+Green+Blue) = 51+19+70=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #331346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331346 is #CCECB9. Grayscale: #222222. Windows color (decimal): -13429946 or 4592435. OLE color: 4592435.

HSL color Cylindrical-coordinate representation of color #331346: hue angle of 277.65º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331346 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 19 70 -
CMYK 0.27 0.73 0 0.73
HSL 277.65º 0.57% 0.17% -
HSV(B) 277.65º 0.73% 0.27% -
XYZ 2.7 1.61 5.96 -
YUV 34.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 51 19 70 0.27 0.73 0 0.73 277.65 0.57 0.17
Hex 33 13 46 1B 49 0 49 116 39 11
Octal 63 23 106 33 111 0 111 426 71 21
Binary 110011 10011 1000110 11011 1001001 0 1001001 100010110 111001 10001

Color Harmonies of #331346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331346

Black with #331346

Text Example


Text Example

White with #331346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331346; }

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

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

background-color css

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

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

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

border-color css

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

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

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