Html Css Color HEX #3B0459 Blackcurrant

📋 copy color: '#3B0459'

red 59 ◦ green 4 ◦ blue 89

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

Shades of Blackcurrant #3B0459

Tints of Blackcurrant #3B0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 38.82%
G = 2.63%
B = 58.55%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B0459 (or 0x3B0459) is known color: Blackcurrant. HEX triplet: 3B, 04 and 59. RGB value is (59,4,89). Sum of RGB (Red+Green+Blue) = 59+4+89=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0459 is #C4FBA6. Grayscale: #1D1D1D. Windows color (decimal): -12909479 or 5833787. OLE color: 5833787.

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

Color convert

RGB 59 4 89 -
CMYK 0.34 0.96 0 0.65
HSL 278.82º 0.91% 0.18% -
HSV(B) 278.82º 0.96% 0.35% -
XYZ 3.65 1.74 9.59 -
YUV 30.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 59 4 89 0.34 0.96 0 0.65 278.82 0.91 0.18
Hex 3B 4 59 22 60 0 41 117 5B 12
Octal 73 4 131 42 140 0 101 427 133 22
Binary 111011 100 1011001 100010 1100000 0 1000001 100010111 1011011 10010

Color Harmonies of #3B0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0459

Black with #3B0459

Text Example


Text Example

White with #3B0459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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