Html Css Color HEX #3A0D55 Blackcurrant

📋 copy color: '#3A0D55'

red 58 ◦ green 13 ◦ blue 85

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

Shades of Blackcurrant #3A0D55

Tints of Blackcurrant #3A0D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

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

R = 37.18%
G = 8.33%
B = 54.49%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A0D55 (or 0x3A0D55) is known color: Blackcurrant. HEX triplet: 3A, 0D and 55. RGB value is (58,13,85). Sum of RGB (Red+Green+Blue) = 58+13+85=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A0D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0D55 is #C5F2AA. Grayscale: #222222. Windows color (decimal): -12972715 or 5573946. OLE color: 5573946.

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

Color convert

RGB 58 13 85 -
CMYK 0.32 0.85 0 0.67
HSL 277.5º 0.73% 0.19% -
HSV(B) 277.5º 0.85% 0.33% -
XYZ 3.53 1.84 8.76 -
YUV 34.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 58 13 85 0.32 0.85 0 0.67 277.5 0.73 0.19
Hex 3A D 55 20 55 0 43 116 49 13
Octal 72 15 125 40 125 0 103 426 111 23
Binary 111010 1101 1010101 100000 1010101 0 1000011 100010110 1001001 10011

Color Harmonies of #3A0D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0D55

Black with #3A0D55

Text Example


Text Example

White with #3A0D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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