Html Css Color HEX #3B054C Blackcurrant

📋 copy color: '#3B054C'

red 59 ◦ green 5 ◦ blue 76

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

Shades of Blackcurrant #3B054C

Tints of Blackcurrant #3B054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 54.29%

R = 42.14%
G = 3.57%
B = 54.29%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B054C (or 0x3B054C) is known color: Blackcurrant. HEX triplet: 3B, 05 and 4C. RGB value is (59,5,76). Sum of RGB (Red+Green+Blue) = 59+5+76=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B054C is #C4FAB3. Grayscale: #1D1D1D. Windows color (decimal): -12909236 or 4982075. OLE color: 4982075.

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

Color convert

RGB 59 5 76 -
CMYK 0.22 0.93 0 0.70
HSL 285.63º 0.88% 0.16% -
HSV(B) 285.63º 0.93% 0.3% -
XYZ 3.16 1.56 6.97 -
YUV 29.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 59 5 76 0.22 0.93 0 0.70 285.63 0.88 0.16
Hex 3B 5 4C 16 5D 0 46 11E 58 10
Octal 73 5 114 26 135 0 106 436 130 20
Binary 111011 101 1001100 10110 1011101 0 1000110 100011110 1011000 10000

Color Harmonies of #3B054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B054C

Black with #3B054C

Text Example


Text Example

White with #3B054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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