Html Css Color HEX #330150 Blackcurrant

📋 copy color: '#330150'

red 51 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #330150

Tints of Blackcurrant #330150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 80 (31.64% from 255) = 60.61%

R = 38.64%
G = 0.76%
B = 60.61%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#330150 (or 0x330150) is known color: Blackcurrant. HEX triplet: 33, 01 and 50. RGB value is (51,1,80). Sum of RGB (Red+Green+Blue) = 51+1+80=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #330150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330150 is #CCFEAF. Grayscale: #181818. Windows color (decimal): -13434544 or 5243187. OLE color: 5243187.

HSL color Cylindrical-coordinate representation of color #330150: hue angle of 277.97º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330150 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 1 80 -
CMYK 0.36 0.99 0 0.69
HSL 277.97º 0.98% 0.16% -
HSV(B) 277.97º 0.99% 0.31% -
XYZ 2.82 1.3 7.69 -
YUV 24.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 51 1 80 0.36 0.99 0 0.69 277.97 0.98 0.16
Hex 33 1 50 24 63 0 45 116 62 10
Octal 63 1 120 44 143 0 105 426 142 20
Binary 110011 1 1010000 100100 1100011 0 1000101 100010110 1100010 10000

Color Harmonies of #330150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330150

Black with #330150

Text Example


Text Example

White with #330150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330150; }

 p { color: rgb(51,1,80); }

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

background-color css

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

 a { background-color: rgb(51,1,80); }

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

border-color css

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

 span { border-color: rgb(51,1,80); }

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