Html Css Color HEX #330056 Blackcurrant

📋 copy color: '#330056'

red 51 ◦ green 0 ◦ blue 86

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

Shades of Blackcurrant #330056

Tints of Blackcurrant #330056

RGB

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

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

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

R = 37.23%
G = 0%
B = 62.77%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#330056 (or 0x330056) is known color: Blackcurrant. HEX triplet: 33, 00 and 56. RGB value is (51,0,86). Sum of RGB (Red+Green+Blue) = 51+0+86=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #330056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330056 is #CCFFA9. Grayscale: #181818. Windows color (decimal): -13434794 or 5636147. OLE color: 5636147.

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

Color convert

RGB 51 0 86 -
CMYK 0.41 1 0 0.66
HSL 275.58º 1% 0.17% -
HSV(B) 275.58º 1% 0.34% -
XYZ 3.04 1.38 8.91 -
YUV 25.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 51 0 86 0.41 1 0 0.66 275.58 1 0.17
Hex 33 0 56 29 64 0 42 114 64 11
Octal 63 0 126 51 144 0 102 424 144 21
Binary 110011 0 1010110 101001 1100100 0 1000010 100010100 1100100 10001

Color Harmonies of #330056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330056

Black with #330056

Text Example


Text Example

White with #330056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330056; }

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

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

background-color css

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

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

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

border-color css

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

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

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