Html Css Color HEX #330B50 Blackcurrant

📋 copy color: '#330B50'

red 51 ◦ green 11 ◦ blue 80

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

Shades of Blackcurrant #330B50

Tints of Blackcurrant #330B50

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.75%

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

R = 35.92%
G = 7.75%
B = 56.34%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#330B50 (or 0x330B50) is known color: Blackcurrant. HEX triplet: 33, 0B and 50. RGB value is (51,11,80). Sum of RGB (Red+Green+Blue) = 51+11+80=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #330B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B50 is #CCF4AF. Grayscale: #1E1E1E. Windows color (decimal): -13431984 or 5245747. OLE color: 5245747.

HSL color Cylindrical-coordinate representation of color #330B50: hue angle of 274.78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330B50 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 11 80 -
CMYK 0.36 0.86 0 0.69
HSL 274.78º 0.76% 0.18% -
HSV(B) 274.78º 0.86% 0.31% -
XYZ 2.93 1.52 7.73 -
YUV 30.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 51 11 80 0.36 0.86 0 0.69 274.78 0.76 0.18
Hex 33 B 50 24 56 0 45 113 4C 12
Octal 63 13 120 44 126 0 105 423 114 22
Binary 110011 1011 1010000 100100 1010110 0 1000101 100010011 1001100 10010

Color Harmonies of #330B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B50

Black with #330B50

Text Example


Text Example

White with #330B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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