Html Css Color HEX #330247 Blackcurrant

📋 copy color: '#330247'

red 51 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #330247

Tints of Blackcurrant #330247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.61%

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

R = 41.13%
G = 1.61%
B = 57.26%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#330247 (or 0x330247) is known color: Blackcurrant. HEX triplet: 33, 02 and 47. RGB value is (51,2,71). Sum of RGB (Red+Green+Blue) = 51+2+71=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #330247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330247 is #CCFDB8. Grayscale: #181818. Windows color (decimal): -13434297 or 4653619. OLE color: 4653619.

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

Color convert

RGB 51 2 71 -
CMYK 0.28 0.97 0 0.72
HSL 282.61º 0.95% 0.14% -
HSV(B) 282.61º 0.97% 0.28% -
XYZ 2.52 1.2 6.06 -
YUV 24.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 51 2 71 0.28 0.97 0 0.72 282.61 0.95 0.14
Hex 33 2 47 1C 61 0 48 11B 5F E
Octal 63 2 107 34 141 0 110 433 137 16
Binary 110011 10 1000111 11100 1100001 0 1001000 100011011 1011111 1110

Color Harmonies of #330247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330247

Black with #330247

Text Example


Text Example

White with #330247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330247; }

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

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

background-color css

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

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

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

border-color css

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

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

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