Html Css Color HEX #330356 Blackcurrant

📋 copy color: '#330356'

red 51 ◦ green 3 ◦ blue 86

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

Shades of Blackcurrant #330356

Tints of Blackcurrant #330356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 36.43%
G = 2.14%
B = 61.43%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#330356 (or 0x330356) is known color: Blackcurrant. HEX triplet: 33, 03 and 56. RGB value is (51,3,86). Sum of RGB (Red+Green+Blue) = 51+3+86=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #330356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330356 is #CCFCA9. Grayscale: #1A1A1A. Windows color (decimal): -13434026 or 5636915. OLE color: 5636915.

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

Color convert

RGB 51 3 86 -
CMYK 0.41 0.97 0 0.66
HSL 274.7º 0.93% 0.17% -
HSV(B) 274.7º 0.97% 0.34% -
XYZ 3.08 1.44 8.92 -
YUV 26.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 51 3 86 0.41 0.97 0 0.66 274.7 0.93 0.17
Hex 33 3 56 29 61 0 42 113 5D 11
Octal 63 3 126 51 141 0 102 423 135 21
Binary 110011 11 1010110 101001 1100001 0 1000010 100010011 1011101 10001

Color Harmonies of #330356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330356

Black with #330356

Text Example


Text Example

White with #330356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330356; }

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

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

background-color css

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

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

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

border-color css

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

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

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