Html Css Color HEX #3B0358 Blackcurrant

📋 copy color: '#3B0358'

red 59 ◦ green 3 ◦ blue 88

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

Shades of Blackcurrant #3B0358

Tints of Blackcurrant #3B0358

RGB

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

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

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

R = 39.33%
G = 2%
B = 58.67%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B0358 (or 0x3B0358) is known color: Blackcurrant. HEX triplet: 3B, 03 and 58. RGB value is (59,3,88). Sum of RGB (Red+Green+Blue) = 59+3+88=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0358 is #C4FCA7. Grayscale: #1D1D1D. Windows color (decimal): -12909736 or 5767995. OLE color: 5767995.

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

Color convert

RGB 59 3 88 -
CMYK 0.33 0.97 0 0.65
HSL 279.53º 0.93% 0.18% -
HSV(B) 279.53º 0.97% 0.35% -
XYZ 3.6 1.7 9.37 -
YUV 29.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 59 3 88 0.33 0.97 0 0.65 279.53 0.93 0.18
Hex 3B 3 58 21 61 0 41 118 5D 12
Octal 73 3 130 41 141 0 101 430 135 22
Binary 111011 11 1011000 100001 1100001 0 1000001 100011000 1011101 10010

Color Harmonies of #3B0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0358

Black with #3B0358

Text Example


Text Example

White with #3B0358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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