Html Css Color HEX #331047 Blackcurrant

📋 copy color: '#331047'

red 51 ◦ green 16 ◦ blue 71

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

Shades of Blackcurrant #331047

Tints of Blackcurrant #331047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

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

R = 36.96%
G = 11.59%
B = 51.45%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#331047 (or 0x331047) is known color: Blackcurrant. HEX triplet: 33, 10 and 47. RGB value is (51,16,71). Sum of RGB (Red+Green+Blue) = 51+16+71=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #331047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331047 is #CCEFB8. Grayscale: #202020. Windows color (decimal): -13430713 or 4657203. OLE color: 4657203.

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

Color convert

RGB 51 16 71 -
CMYK 0.28 0.77 0 0.72
HSL 278.18º 0.63% 0.17% -
HSV(B) 278.18º 0.77% 0.28% -
XYZ 2.69 1.53 6.11 -
YUV 32.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 51 16 71 0.28 0.77 0 0.72 278.18 0.63 0.17
Hex 33 10 47 1C 4D 0 48 116 3F 11
Octal 63 20 107 34 115 0 110 426 77 21
Binary 110011 10000 1000111 11100 1001101 0 1001000 100010110 111111 10001

Color Harmonies of #331047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331047

Black with #331047

Text Example


Text Example

White with #331047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331047; }

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

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

background-color css

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

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

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

border-color css

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

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

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