Html Css Color HEX #3B0359 Blackcurrant

📋 copy color: '#3B0359'

red 59 ◦ green 3 ◦ blue 89

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

Shades of Blackcurrant #3B0359

Tints of Blackcurrant #3B0359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

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

R = 39.07%
G = 1.99%
B = 58.94%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B0359 (or 0x3B0359) is known color: Blackcurrant. HEX triplet: 3B, 03 and 59. RGB value is (59,3,89). Sum of RGB (Red+Green+Blue) = 59+3+89=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0359 is #C4FCA6. Grayscale: #1D1D1D. Windows color (decimal): -12909735 or 5833531. OLE color: 5833531.

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

Color convert

RGB 59 3 89 -
CMYK 0.34 0.97 0 0.65
HSL 279.07º 0.93% 0.18% -
HSV(B) 279.07º 0.97% 0.35% -
XYZ 3.64 1.72 9.59 -
YUV 29.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 59 3 89 0.34 0.97 0 0.65 279.07 0.93 0.18
Hex 3B 3 59 22 61 0 41 117 5D 12
Octal 73 3 131 42 141 0 101 427 135 22
Binary 111011 11 1011001 100010 1100001 0 1000001 100010111 1011101 10010

Color Harmonies of #3B0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0359

Black with #3B0359

Text Example


Text Example

White with #3B0359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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