Html Css Color HEX #3B0558 Blackcurrant

📋 copy color: '#3B0558'

red 59 ◦ green 5 ◦ blue 88

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

Shades of Blackcurrant #3B0558

Tints of Blackcurrant #3B0558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 57.89%

R = 38.82%
G = 3.29%
B = 57.89%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B0558 (or 0x3B0558) is known color: Blackcurrant. HEX triplet: 3B, 05 and 58. RGB value is (59,5,88). Sum of RGB (Red+Green+Blue) = 59+5+88=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B0558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0558 is #C4FAA7. Grayscale: #1E1E1E. Windows color (decimal): -12909224 or 5768507. OLE color: 5768507.

HSL color Cylindrical-coordinate representation of color #3B0558: hue angle of 279.04º 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 #3B0558 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 5 88 -
CMYK 0.33 0.94 0 0.65
HSL 279.04º 0.89% 0.18% -
HSV(B) 279.04º 0.94% 0.35% -
XYZ 3.62 1.74 9.38 -
YUV 30.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 59 5 88 0.33 0.94 0 0.65 279.04 0.89 0.18
Hex 3B 5 58 21 5E 0 41 117 59 12
Octal 73 5 130 41 136 0 101 427 131 22
Binary 111011 101 1011000 100001 1011110 0 1000001 100010111 1011001 10010

Color Harmonies of #3B0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0558

Black with #3B0558

Text Example


Text Example

White with #3B0558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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