Html Css Color HEX #3B054D Blackcurrant

📋 copy color: '#3B054D'

red 59 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #3B054D

Tints of Blackcurrant #3B054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 54.61%

R = 41.84%
G = 3.55%
B = 54.61%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B054D (or 0x3B054D) is known color: Blackcurrant. HEX triplet: 3B, 05 and 4D. RGB value is (59,5,77). Sum of RGB (Red+Green+Blue) = 59+5+77=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B054D is #C4FAB2. Grayscale: #1D1D1D. Windows color (decimal): -12909235 or 5047611. OLE color: 5047611.

HSL color Cylindrical-coordinate representation of color #3B054D: hue angle of 285º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B054D is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 5 77 -
CMYK 0.23 0.94 0 0.70
HSL 285º 0.88% 0.16% -
HSV(B) 285º 0.94% 0.3% -
XYZ 3.2 1.57 7.16 -
YUV 29.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 59 5 77 0.23 0.94 0 0.70 285 0.88 0.16
Hex 3B 5 4D 17 5E 0 46 11D 58 10
Octal 73 5 115 27 136 0 106 435 130 20
Binary 111011 101 1001101 10111 1011110 0 1000110 100011101 1011000 10000

Color Harmonies of #3B054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B054D

Black with #3B054D

Text Example


Text Example

White with #3B054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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