Html Css Color HEX #330049 Blackcurrant

📋 copy color: '#330049'

red 51 ◦ green 0 ◦ blue 73

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

Shades of Blackcurrant #330049

Tints of Blackcurrant #330049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 58.87%

R = 41.13%
G = 0%
B = 58.87%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#330049 (or 0x330049) is known color: Blackcurrant. HEX triplet: 33, 00 and 49. RGB value is (51,0,73). Sum of RGB (Red+Green+Blue) = 51+0+73=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #330049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330049 is #CCFFB6. Grayscale: #171717. Windows color (decimal): -13434807 or 4784179. OLE color: 4784179.

HSL color Cylindrical-coordinate representation of color #330049: hue angle of 281.92º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330049 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 0 73 -
CMYK 0.30 1 0 0.71
HSL 281.92º 1% 0.14% -
HSV(B) 281.92º 1% 0.29% -
XYZ 2.57 1.18 6.4 -
YUV 23.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 51 0 73 0.30 1 0 0.71 281.92 1 0.14
Hex 33 0 49 1E 64 0 47 11A 64 E
Octal 63 0 111 36 144 0 107 432 144 16
Binary 110011 0 1001001 11110 1100100 0 1000111 100011010 1100100 1110

Color Harmonies of #330049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330049

Black with #330049

Text Example


Text Example

White with #330049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330049; }

 p { color: rgb(51,0,73); }

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

background-color css

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

 a { background-color: rgb(51,0,73); }

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

border-color css

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

 span { border-color: rgb(51,0,73); }

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