Html Css Color HEX #3B0559 Blackcurrant

📋 copy color: '#3B0559'

red 59 ◦ green 5 ◦ blue 89

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

Shades of Blackcurrant #3B0559

Tints of Blackcurrant #3B0559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 38.56%
G = 3.27%
B = 58.17%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B0559 (or 0x3B0559) is known color: Blackcurrant. HEX triplet: 3B, 05 and 59. RGB value is (59,5,89). Sum of RGB (Red+Green+Blue) = 59+5+89=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0559 is #C4FAA6. Grayscale: #1E1E1E. Windows color (decimal): -12909223 or 5834043. OLE color: 5834043.

HSL color Cylindrical-coordinate representation of color #3B0559: hue angle of 278.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0559 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 5 89 -
CMYK 0.34 0.94 0 0.65
HSL 278.57º 0.89% 0.18% -
HSV(B) 278.57º 0.94% 0.35% -
XYZ 3.66 1.76 9.6 -
YUV 30.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 59 5 89 0.34 0.94 0 0.65 278.57 0.89 0.18
Hex 3B 5 59 22 5E 0 41 117 59 12
Octal 73 5 131 42 136 0 101 427 131 22
Binary 111011 101 1011001 100010 1011110 0 1000001 100010111 1011001 10010

Color Harmonies of #3B0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0559

Black with #3B0559

Text Example


Text Example

White with #3B0559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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