Html Css Color HEX #331247 Blackcurrant

📋 copy color: '#331247'

red 51 ◦ green 18 ◦ blue 71

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

Shades of Blackcurrant #331247

Tints of Blackcurrant #331247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 36.43%
G = 12.86%
B = 50.71%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#331247 (or 0x331247) is known color: Blackcurrant. HEX triplet: 33, 12 and 47. RGB value is (51,18,71). Sum of RGB (Red+Green+Blue) = 51+18+71=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #331247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331247 is #CCEDB8. Grayscale: #212121. Windows color (decimal): -13430201 or 4657715. OLE color: 4657715.

HSL color Cylindrical-coordinate representation of color #331247: hue angle of 277.36º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331247 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 18 71 -
CMYK 0.28 0.75 0 0.72
HSL 277.36º 0.6% 0.17% -
HSV(B) 277.36º 0.75% 0.28% -
XYZ 2.72 1.59 6.13 -
YUV 33.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 51 18 71 0.28 0.75 0 0.72 277.36 0.6 0.17
Hex 33 12 47 1C 4B 0 48 115 3C 11
Octal 63 22 107 34 113 0 110 425 74 21
Binary 110011 10010 1000111 11100 1001011 0 1001000 100010101 111100 10001

Color Harmonies of #331247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331247

Black with #331247

Text Example


Text Example

White with #331247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331247; }

 p { color: rgb(51,18,71); }

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

background-color css

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

 a { background-color: rgb(51,18,71); }

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

border-color css

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

 span { border-color: rgb(51,18,71); }

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