Html Css Color HEX #3A0947 Blackcurrant

📋 copy color: '#3A0947'

red 58 ◦ green 9 ◦ blue 71

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

Shades of Blackcurrant #3A0947

Tints of Blackcurrant #3A0947

RGB

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

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

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

R = 42.03%
G = 6.52%
B = 51.45%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A0947 (or 0x3A0947) is known color: Blackcurrant. HEX triplet: 3A, 09 and 47. RGB value is (58,9,71). Sum of RGB (Red+Green+Blue) = 58+9+71=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0947 is #C5F6B8. Grayscale: #1E1E1E. Windows color (decimal): -12973753 or 4655418. OLE color: 4655418.

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

Color convert

RGB 58 9 71 -
CMYK 0.18 0.87 0 0.72
HSL 287.42º 0.78% 0.16% -
HSV(B) 287.42º 0.87% 0.28% -
XYZ 2.98 1.55 6.1 -
YUV 30.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 58 9 71 0.18 0.87 0 0.72 287.42 0.78 0.16
Hex 3A 9 47 12 57 0 48 11F 4E 10
Octal 72 11 107 22 127 0 110 437 116 20
Binary 111010 1001 1000111 10010 1010111 0 1001000 100011111 1001110 10000

Color Harmonies of #3A0947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0947

Black with #3A0947

Text Example


Text Example

White with #3A0947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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