Html Css Color HEX #330450 Blackcurrant

📋 copy color: '#330450'

red 51 ◦ green 4 ◦ blue 80

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

Shades of Blackcurrant #330450

Tints of Blackcurrant #330450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

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

R = 37.78%
G = 2.96%
B = 59.26%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#330450 (or 0x330450) is known color: Blackcurrant. HEX triplet: 33, 04 and 50. RGB value is (51,4,80). Sum of RGB (Red+Green+Blue) = 51+4+80=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #330450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330450 is #CCFBAF. Grayscale: #1A1A1A. Windows color (decimal): -13433776 or 5243955. OLE color: 5243955.

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

Color convert

RGB 51 4 80 -
CMYK 0.36 0.95 0 0.69
HSL 277.11º 0.9% 0.16% -
HSV(B) 277.11º 0.95% 0.31% -
XYZ 2.86 1.37 7.7 -
YUV 26.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 51 4 80 0.36 0.95 0 0.69 277.11 0.9 0.16
Hex 33 4 50 24 5F 0 45 115 5A 10
Octal 63 4 120 44 137 0 105 425 132 20
Binary 110011 100 1010000 100100 1011111 0 1000101 100010101 1011010 10000

Color Harmonies of #330450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330450

Black with #330450

Text Example


Text Example

White with #330450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330450; }

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

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

background-color css

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

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

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

border-color css

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

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

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