Html Css Color HEX #330047 Blackcurrant

📋 copy color: '#330047'

red 51 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #330047

Tints of Blackcurrant #330047

RGB

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

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

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

R = 41.8%
G = 0%
B = 58.2%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#330047 (or 0x330047) is known color: Blackcurrant. HEX triplet: 33, 00 and 47. RGB value is (51,0,71). Sum of RGB (Red+Green+Blue) = 51+0+71=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #330047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330047 is #CCFFB8. Grayscale: #171717. Windows color (decimal): -13434809 or 4653107. OLE color: 4653107.

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

Color convert

RGB 51 0 71 -
CMYK 0.28 1 0 0.72
HSL 283.1º 1% 0.14% -
HSV(B) 283.1º 1% 0.28% -
XYZ 2.5 1.16 6.05 -
YUV 23.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 51 0 71 0.28 1 0 0.72 283.1 1 0.14
Hex 33 0 47 1C 64 0 48 11B 64 E
Octal 63 0 107 34 144 0 110 433 144 16
Binary 110011 0 1000111 11100 1100100 0 1001000 100011011 1100100 1110

Color Harmonies of #330047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330047

Black with #330047

Text Example


Text Example

White with #330047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330047; }

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

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

background-color css

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

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

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

border-color css

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

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

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