Html Css Color HEX #3A1148 Blackcurrant

📋 copy color: '#3A1148'

red 58 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #3A1148

Tints of Blackcurrant #3A1148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

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

R = 39.46%
G = 11.56%
B = 48.98%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A1148 (or 0x3A1148) is known color: Blackcurrant. HEX triplet: 3A, 11 and 48. RGB value is (58,17,72). Sum of RGB (Red+Green+Blue) = 58+17+72=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1148 is #C5EEB7. Grayscale: #232323. Windows color (decimal): -12971704 or 4723002. OLE color: 4723002.

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

Color convert

RGB 58 17 72 -
CMYK 0.19 0.76 0 0.72
HSL 284.73º 0.62% 0.17% -
HSV(B) 284.73º 0.76% 0.28% -
XYZ 3.12 1.77 6.31 -
YUV 35.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 58 17 72 0.19 0.76 0 0.72 284.73 0.62 0.17
Hex 3A 11 48 13 4C 0 48 11D 3E 11
Octal 72 21 110 23 114 0 110 435 76 21
Binary 111010 10001 1001000 10011 1001100 0 1001000 100011101 111110 10001

Color Harmonies of #3A1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1148

Black with #3A1148

Text Example


Text Example

White with #3A1148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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