Html Css Color HEX #330750 Blackcurrant

📋 copy color: '#330750'

red 51 ◦ green 7 ◦ blue 80

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

Shades of Blackcurrant #330750

Tints of Blackcurrant #330750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

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

R = 36.96%
G = 5.07%
B = 57.97%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#330750 (or 0x330750) is known color: Blackcurrant. HEX triplet: 33, 07 and 50. RGB value is (51,7,80). Sum of RGB (Red+Green+Blue) = 51+7+80=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #330750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330750 is #CCF8AF. Grayscale: #1C1C1C. Windows color (decimal): -13433008 or 5244723. OLE color: 5244723.

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

Color convert

RGB 51 7 80 -
CMYK 0.36 0.91 0 0.69
HSL 276.16º 0.84% 0.17% -
HSV(B) 276.16º 0.91% 0.31% -
XYZ 2.89 1.43 7.71 -
YUV 28.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 51 7 80 0.36 0.91 0 0.69 276.16 0.84 0.17
Hex 33 7 50 24 5B 0 45 114 54 11
Octal 63 7 120 44 133 0 105 424 124 21
Binary 110011 111 1010000 100100 1011011 0 1000101 100010100 1010100 10001

Color Harmonies of #330750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330750

Black with #330750

Text Example


Text Example

White with #330750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330750; }

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

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

background-color css

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

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

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

border-color css

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

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

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