Html Css Color HEX #3A154C Blackcurrant

📋 copy color: '#3A154C'

red 58 ◦ green 21 ◦ blue 76

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

Shades of Blackcurrant #3A154C

Tints of Blackcurrant #3A154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 76 (30.08% from 255) = 49.03%

R = 37.42%
G = 13.55%
B = 49.03%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A154C (or 0x3A154C) is known color: Blackcurrant. HEX triplet: 3A, 15 and 4C. RGB value is (58,21,76). Sum of RGB (Red+Green+Blue) = 58+21+76=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A154C is #C5EAB3. Grayscale: #262626. Windows color (decimal): -12970676 or 4986170. OLE color: 4986170.

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

Color convert

RGB 58 21 76 -
CMYK 0.24 0.72 0 0.70
HSL 280.36º 0.57% 0.19% -
HSV(B) 280.36º 0.72% 0.3% -
XYZ 3.32 1.96 7.04 -
YUV 38.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 58 21 76 0.24 0.72 0 0.70 280.36 0.57 0.19
Hex 3A 15 4C 18 48 0 46 118 39 13
Octal 72 25 114 30 110 0 106 430 71 23
Binary 111010 10101 1001100 11000 1001000 0 1000110 100011000 111001 10011

Color Harmonies of #3A154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A154C

Black with #3A154C

Text Example


Text Example

White with #3A154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,21,76); }

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

background-color css

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

 a { background-color: rgb(58,21,76); }

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

border-color css

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

 span { border-color: rgb(58,21,76); }

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