Html Css Color HEX #3A0447 Blackcurrant

📋 copy color: '#3A0447'

red 58 ◦ green 4 ◦ blue 71

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

Shades of Blackcurrant #3A0447

Tints of Blackcurrant #3A0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

 BLUE value IS 71 (28.13% from 255) = 53.38%

R = 43.61%
G = 3.01%
B = 53.38%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A0447 (or 0x3A0447) is known color: Blackcurrant. HEX triplet: 3A, 04 and 47. RGB value is (58,4,71). Sum of RGB (Red+Green+Blue) = 58+4+71=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0447 is #C5FBB8. Grayscale: #1B1B1B. Windows color (decimal): -12975033 or 4654138. OLE color: 4654138.

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

Color convert

RGB 58 4 71 -
CMYK 0.18 0.94 0 0.72
HSL 288.36º 0.89% 0.15% -
HSV(B) 288.36º 0.94% 0.28% -
XYZ 2.93 1.44 6.09 -
YUV 27.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 58 4 71 0.18 0.94 0 0.72 288.36 0.89 0.15
Hex 3A 4 47 12 5E 0 48 120 59 F
Octal 72 4 107 22 136 0 110 440 131 17
Binary 111010 100 1000111 10010 1011110 0 1001000 100100000 1011001 1111

Color Harmonies of #3A0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0447

Black with #3A0447

Text Example


Text Example

White with #3A0447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,4,71); }

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

background-color css

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

 a { background-color: rgb(58,4,71); }

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

border-color css

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

 span { border-color: rgb(58,4,71); }

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