Html Css Color HEX #3A1448 Blackcurrant

📋 copy color: '#3A1448'

red 58 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #3A1448

Tints of Blackcurrant #3A1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

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

R = 38.67%
G = 13.33%
B = 48%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A1448 (or 0x3A1448) is known color: Blackcurrant. HEX triplet: 3A, 14 and 48. RGB value is (58,20,72). Sum of RGB (Red+Green+Blue) = 58+20+72=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A1448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1448 is #C5EBB7. Grayscale: #252525. Windows color (decimal): -12970936 or 4723770. OLE color: 4723770.

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

Color convert

RGB 58 20 72 -
CMYK 0.19 0.72 0 0.72
HSL 283.85º 0.57% 0.18% -
HSV(B) 283.85º 0.72% 0.28% -
XYZ 3.16 1.87 6.32 -
YUV 37.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 58 20 72 0.19 0.72 0 0.72 283.85 0.57 0.18
Hex 3A 14 48 13 48 0 48 11C 39 12
Octal 72 24 110 23 110 0 110 434 71 22
Binary 111010 10100 1001000 10011 1001000 0 1001000 100011100 111001 10010

Color Harmonies of #3A1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1448

Black with #3A1448

Text Example


Text Example

White with #3A1448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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