Html Css Color HEX #3A0955 Blackcurrant

📋 copy color: '#3A0955'

red 58 ◦ green 9 ◦ blue 85

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

Shades of Blackcurrant #3A0955

Tints of Blackcurrant #3A0955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

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

R = 38.16%
G = 5.92%
B = 55.92%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A0955 (or 0x3A0955) is known color: Blackcurrant. HEX triplet: 3A, 09 and 55. RGB value is (58,9,85). Sum of RGB (Red+Green+Blue) = 58+9+85=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A0955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0955 is #C5F6AA. Grayscale: #202020. Windows color (decimal): -12973739 or 5572922. OLE color: 5572922.

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

Color convert

RGB 58 9 85 -
CMYK 0.32 0.89 0 0.67
HSL 278.68º 0.81% 0.18% -
HSV(B) 278.68º 0.89% 0.33% -
XYZ 3.48 1.75 8.75 -
YUV 32.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 58 9 85 0.32 0.89 0 0.67 278.68 0.81 0.18
Hex 3A 9 55 20 59 0 43 117 51 12
Octal 72 11 125 40 131 0 103 427 121 22
Binary 111010 1001 1010101 100000 1011001 0 1000011 100010111 1010001 10010

Color Harmonies of #3A0955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0955

Black with #3A0955

Text Example


Text Example

White with #3A0955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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