Html Css Color HEX #3C154D Blackcurrant

📋 copy color: '#3C154D'

red 60 ◦ green 21 ◦ blue 77

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

Shades of Blackcurrant #3C154D

Tints of Blackcurrant #3C154D

RGB

 RED value IS 60 (23.83% from 255) = 37.97%

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

 BLUE value IS 77 (30.47% from 255) = 48.73%

R = 37.97%
G = 13.29%
B = 48.73%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C154D (or 0x3C154D) is known color: Blackcurrant. HEX triplet: 3C, 15 and 4D. RGB value is (60,21,77). Sum of RGB (Red+Green+Blue) = 60+21+77=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C154D is #C3EAB2. Grayscale: #262626. Windows color (decimal): -12839603 or 5051708. OLE color: 5051708.

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

Color convert

RGB 60 21 77 -
CMYK 0.22 0.73 0 0.70
HSL 281.79º 0.57% 0.19% -
HSV(B) 281.79º 0.73% 0.3% -
XYZ 3.47 2.03 7.23 -
YUV 39.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 60 21 77 0.22 0.73 0 0.70 281.79 0.57 0.19
Hex 3C 15 4D 16 49 0 46 11A 39 13
Octal 74 25 115 26 111 0 106 432 71 23
Binary 111100 10101 1001101 10110 1001001 0 1000110 100011010 111001 10011

Color Harmonies of #3C154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C154D

Black with #3C154D

Text Example


Text Example

White with #3C154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,21,77); }

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

background-color css

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

 a { background-color: rgb(60,21,77); }

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

border-color css

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

 span { border-color: rgb(60,21,77); }

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