Html Css Color HEX #330556 Blackcurrant

📋 copy color: '#330556'

red 51 ◦ green 5 ◦ blue 86

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

Shades of Blackcurrant #330556

Tints of Blackcurrant #330556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 60.56%

R = 35.92%
G = 3.52%
B = 60.56%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#330556 (or 0x330556) is known color: Blackcurrant. HEX triplet: 33, 05 and 56. RGB value is (51,5,86). Sum of RGB (Red+Green+Blue) = 51+5+86=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #330556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330556 is #CCFAA9. Grayscale: #1B1B1B. Windows color (decimal): -13433514 or 5637427. OLE color: 5637427.

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

Color convert

RGB 51 5 86 -
CMYK 0.41 0.94 0 0.66
HSL 274.07º 0.89% 0.18% -
HSV(B) 274.07º 0.94% 0.34% -
XYZ 3.1 1.48 8.93 -
YUV 27.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 51 5 86 0.41 0.94 0 0.66 274.07 0.89 0.18
Hex 33 5 56 29 5E 0 42 112 59 12
Octal 63 5 126 51 136 0 102 422 131 22
Binary 110011 101 1010110 101001 1011110 0 1000010 100010010 1011001 10010

Color Harmonies of #330556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330556

Black with #330556

Text Example


Text Example

White with #330556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330556; }

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

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

background-color css

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

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

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

border-color css

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

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

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