Html Css Color HEX #330555 Blackcurrant

📋 copy color: '#330555'

red 51 ◦ green 5 ◦ blue 85

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

Shades of Blackcurrant #330555

Tints of Blackcurrant #330555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

 BLUE value IS 85 (33.59% from 255) = 60.28%

R = 36.17%
G = 3.55%
B = 60.28%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330555 (or 0x330555) is known color: Blackcurrant. HEX triplet: 33, 05 and 55. RGB value is (51,5,85). Sum of RGB (Red+Green+Blue) = 51+5+85=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #330555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330555 is #CCFAAA. Grayscale: #1B1B1B. Windows color (decimal): -13433515 or 5571891. OLE color: 5571891.

HSL color Cylindrical-coordinate representation of color #330555: hue angle of 274.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330555 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 5 85 -
CMYK 0.40 0.94 0 0.67
HSL 274.5º 0.89% 0.18% -
HSV(B) 274.5º 0.94% 0.33% -
XYZ 3.06 1.47 8.72 -
YUV 27.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 51 5 85 0.40 0.94 0 0.67 274.5 0.89 0.18
Hex 33 5 55 28 5E 0 43 112 59 12
Octal 63 5 125 50 136 0 103 422 131 22
Binary 110011 101 1010101 101000 1011110 0 1000011 100010010 1011001 10010

Color Harmonies of #330555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330555

Black with #330555

Text Example


Text Example

White with #330555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330555; }

 p { color: rgb(51,5,85); }

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

background-color css

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

 a { background-color: rgb(51,5,85); }

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

border-color css

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

 span { border-color: rgb(51,5,85); }

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