Html Css Color HEX #330147 Blackcurrant

📋 copy color: '#330147'

red 51 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #330147

Tints of Blackcurrant #330147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 41.46%
G = 0.81%
B = 57.72%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#330147 (or 0x330147) is known color: Blackcurrant. HEX triplet: 33, 01 and 47. RGB value is (51,1,71). Sum of RGB (Red+Green+Blue) = 51+1+71=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #330147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330147 is #CCFEB8. Grayscale: #171717. Windows color (decimal): -13434553 or 4653363. OLE color: 4653363.

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

Color convert

RGB 51 1 71 -
CMYK 0.28 0.99 0 0.72
HSL 282.86º 0.97% 0.14% -
HSV(B) 282.86º 0.99% 0.28% -
XYZ 2.51 1.18 6.06 -
YUV 23.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 51 1 71 0.28 0.99 0 0.72 282.86 0.97 0.14
Hex 33 1 47 1C 63 0 48 11B 61 E
Octal 63 1 107 34 143 0 110 433 141 16
Binary 110011 1 1000111 11100 1100011 0 1001000 100011011 1100001 1110

Color Harmonies of #330147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330147

Black with #330147

Text Example


Text Example

White with #330147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330147; }

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

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

background-color css

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

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

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

border-color css

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

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

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