Html Css Color HEX #3B054F Blackcurrant

📋 copy color: '#3B054F'

red 59 ◦ green 5 ◦ blue 79

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

Shades of Blackcurrant #3B054F

Tints of Blackcurrant #3B054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 55.24%

R = 41.26%
G = 3.5%
B = 55.24%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B054F (or 0x3B054F) is known color: Blackcurrant. HEX triplet: 3B, 05 and 4F. RGB value is (59,5,79). Sum of RGB (Red+Green+Blue) = 59+5+79=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B054F is #C4FAB0. Grayscale: #1D1D1D. Windows color (decimal): -12909233 or 5178683. OLE color: 5178683.

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

Color convert

RGB 59 5 79 -
CMYK 0.25 0.94 0 0.69
HSL 283.78º 0.88% 0.16% -
HSV(B) 283.78º 0.94% 0.31% -
XYZ 3.27 1.6 7.53 -
YUV 29.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 59 5 79 0.25 0.94 0 0.69 283.78 0.88 0.16
Hex 3B 5 4F 19 5E 0 45 11C 58 10
Octal 73 5 117 31 136 0 105 434 130 20
Binary 111011 101 1001111 11001 1011110 0 1000101 100011100 1011000 10000

Color Harmonies of #3B054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B054F

Black with #3B054F

Text Example


Text Example

White with #3B054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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