Html Css Color HEX #3A0448 Blackcurrant

📋 copy color: '#3A0448'

red 58 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #3A0448

Tints of Blackcurrant #3A0448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 53.73%

R = 43.28%
G = 2.99%
B = 53.73%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A0448 (or 0x3A0448) is known color: Blackcurrant. HEX triplet: 3A, 04 and 48. RGB value is (58,4,72). Sum of RGB (Red+Green+Blue) = 58+4+72=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0448 is #C5FBB7. Grayscale: #1B1B1B. Windows color (decimal): -12975032 or 4719674. OLE color: 4719674.

HSL color Cylindrical-coordinate representation of color #3A0448: hue angle of 287.65º 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 #3A0448 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 4 72 -
CMYK 0.19 0.94 0 0.72
HSL 287.65º 0.89% 0.15% -
HSV(B) 287.65º 0.94% 0.28% -
XYZ 2.96 1.45 6.26 -
YUV 27.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 58 4 72 0.19 0.94 0 0.72 287.65 0.89 0.15
Hex 3A 4 48 13 5E 0 48 120 59 F
Octal 72 4 110 23 136 0 110 440 131 17
Binary 111010 100 1001000 10011 1011110 0 1001000 100100000 1011001 1111

Color Harmonies of #3A0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0448

Black with #3A0448

Text Example


Text Example

White with #3A0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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