Html Css Color HEX #330256 Blackcurrant

📋 copy color: '#330256'

red 51 ◦ green 2 ◦ blue 86

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

Shades of Blackcurrant #330256

Tints of Blackcurrant #330256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

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

R = 36.69%
G = 1.44%
B = 61.87%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#330256 (or 0x330256) is known color: Blackcurrant. HEX triplet: 33, 02 and 56. RGB value is (51,2,86). Sum of RGB (Red+Green+Blue) = 51+2+86=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #330256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330256 is #CCFDA9. Grayscale: #191919. Windows color (decimal): -13434282 or 5636659. OLE color: 5636659.

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

Color convert

RGB 51 2 86 -
CMYK 0.41 0.98 0 0.66
HSL 275º 0.95% 0.17% -
HSV(B) 275º 0.98% 0.34% -
XYZ 3.07 1.42 8.92 -
YUV 26.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 51 2 86 0.41 0.98 0 0.66 275 0.95 0.17
Hex 33 2 56 29 62 0 42 113 5F 11
Octal 63 2 126 51 142 0 102 423 137 21
Binary 110011 10 1010110 101001 1100010 0 1000010 100010011 1011111 10001

Color Harmonies of #330256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330256

Black with #330256

Text Example


Text Example

White with #330256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330256; }

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

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

background-color css

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

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

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

border-color css

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

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

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