Html Css Color HEX #3A1648 Blackcurrant

📋 copy color: '#3A1648'

red 58 ◦ green 22 ◦ blue 72

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

Shades of Blackcurrant #3A1648

Tints of Blackcurrant #3A1648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

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

R = 38.16%
G = 14.47%
B = 47.37%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A1648 (or 0x3A1648) is known color: Blackcurrant. HEX triplet: 3A, 16 and 48. RGB value is (58,22,72). Sum of RGB (Red+Green+Blue) = 58+22+72=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A1648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1648 is #C5E9B7. Grayscale: #262626. Windows color (decimal): -12970424 or 4724282. OLE color: 4724282.

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

Color convert

RGB 58 22 72 -
CMYK 0.19 0.69 0 0.72
HSL 283.2º 0.53% 0.18% -
HSV(B) 283.2º 0.69% 0.28% -
XYZ 3.2 1.94 6.34 -
YUV 38.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 58 22 72 0.19 0.69 0 0.72 283.2 0.53 0.18
Hex 3A 16 48 13 45 0 48 11B 35 12
Octal 72 26 110 23 105 0 110 433 65 22
Binary 111010 10110 1001000 10011 1000101 0 1001000 100011011 110101 10010

Color Harmonies of #3A1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1648

Black with #3A1648

Text Example


Text Example

White with #3A1648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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