Html Css Color HEX #3B0550 Blackcurrant

📋 copy color: '#3B0550'

red 59 ◦ green 5 ◦ blue 80

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

Shades of Blackcurrant #3B0550

Tints of Blackcurrant #3B0550

RGB

 RED value IS 59 (23.44% from 255) = 40.97%

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 40.97%
G = 3.47%
B = 55.56%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B0550 (or 0x3B0550) is known color: Blackcurrant. HEX triplet: 3B, 05 and 50. RGB value is (59,5,80). Sum of RGB (Red+Green+Blue) = 59+5+80=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B0550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0550 is #C4FAAF. Grayscale: #1D1D1D. Windows color (decimal): -12909232 or 5244219. OLE color: 5244219.

HSL color Cylindrical-coordinate representation of color #3B0550: hue angle of 283.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0550 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 5 80 -
CMYK 0.26 0.94 0 0.69
HSL 283.2º 0.88% 0.17% -
HSV(B) 283.2º 0.94% 0.31% -
XYZ 3.31 1.62 7.73 -
YUV 29.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 59 5 80 0.26 0.94 0 0.69 283.2 0.88 0.17
Hex 3B 5 50 1A 5E 0 45 11B 58 11
Octal 73 5 120 32 136 0 105 433 130 21
Binary 111011 101 1010000 11010 1011110 0 1000101 100011011 1011000 10001

Color Harmonies of #3B0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0550

Black with #3B0550

Text Example


Text Example

White with #3B0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B0550; }

 p { color: rgb(59,5,80); }

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

background-color css

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

 a { background-color: rgb(59,5,80); }

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

border-color css

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

 span { border-color: rgb(59,5,80); }

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