Html Css Color HEX #331339 Blackcurrant

📋 copy color: '#331339'

red 51 ◦ green 19 ◦ blue 57

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

Shades of Blackcurrant #331339

Tints of Blackcurrant #331339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 44.88%

R = 40.16%
G = 14.96%
B = 44.88%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#331339 (or 0x331339) is known color: Blackcurrant. HEX triplet: 33, 13 and 39. RGB value is (51,19,57). Sum of RGB (Red+Green+Blue) = 51+19+57=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #331339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331339 is #CCECC6. Grayscale: #202020. Windows color (decimal): -13429959 or 3740467. OLE color: 3740467.

HSL color Cylindrical-coordinate representation of color #331339: hue angle of 290.53º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331339 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 19 57 -
CMYK 0.11 0.67 0 0.78
HSL 290.53º 0.5% 0.15% -
HSV(B) 290.53º 0.67% 0.22% -
XYZ 2.34 1.46 4.03 -
YUV 32.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 51 19 57 0.11 0.67 0 0.78 290.53 0.5 0.15
Hex 33 13 39 B 43 0 4E 123 32 F
Octal 63 23 71 13 103 0 116 443 62 17
Binary 110011 10011 111001 1011 1000011 0 1001110 100100011 110010 1111

Color Harmonies of #331339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331339

Black with #331339

Text Example


Text Example

White with #331339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331339; }

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

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

background-color css

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

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

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

border-color css

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

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

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