Html Css Color HEX #3A0555 Blackcurrant

📋 copy color: '#3A0555'

red 58 ◦ green 5 ◦ blue 85

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

Shades of Blackcurrant #3A0555

Tints of Blackcurrant #3A0555

RGB

 RED value IS 58 (23.05% from 255) = 39.19%

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

 BLUE value IS 85 (33.59% from 255) = 57.43%

R = 39.19%
G = 3.38%
B = 57.43%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A0555 (or 0x3A0555) is known color: Blackcurrant. HEX triplet: 3A, 05 and 55. RGB value is (58,5,85). Sum of RGB (Red+Green+Blue) = 58+5+85=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A0555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0555 is #C5FAAA. Grayscale: #1D1D1D. Windows color (decimal): -12974763 or 5571898. OLE color: 5571898.

HSL color Cylindrical-coordinate representation of color #3A0555: hue angle of 279.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0555 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 5 85 -
CMYK 0.32 0.94 0 0.67
HSL 279.75º 0.89% 0.18% -
HSV(B) 279.75º 0.94% 0.33% -
XYZ 3.44 1.66 8.73 -
YUV 29.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 58 5 85 0.32 0.94 0 0.67 279.75 0.89 0.18
Hex 3A 5 55 20 5E 0 43 118 59 12
Octal 72 5 125 40 136 0 103 430 131 22
Binary 111010 101 1010101 100000 1011110 0 1000011 100011000 1011001 10010

Color Harmonies of #3A0555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0555

Black with #3A0555

Text Example


Text Example

White with #3A0555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,5,85); }

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

background-color css

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

 a { background-color: rgb(58,5,85); }

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

border-color css

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

 span { border-color: rgb(58,5,85); }

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