Html Css Color HEX #3C144C Blackcurrant

📋 copy color: '#3C144C'

red 60 ◦ green 20 ◦ blue 76

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

Shades of Blackcurrant #3C144C

Tints of Blackcurrant #3C144C

RGB

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

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

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

R = 38.46%
G = 12.82%
B = 48.72%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C144C (or 0x3C144C) is known color: Blackcurrant. HEX triplet: 3C, 14 and 4C. RGB value is (60,20,76). Sum of RGB (Red+Green+Blue) = 60+20+76=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C144C is #C3EBB3. Grayscale: #262626. Windows color (decimal): -12839860 or 4985916. OLE color: 4985916.

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

Color convert

RGB 60 20 76 -
CMYK 0.21 0.74 0 0.70
HSL 282.86º 0.58% 0.19% -
HSV(B) 282.86º 0.74% 0.3% -
XYZ 3.42 1.98 7.04 -
YUV 38.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 60 20 76 0.21 0.74 0 0.70 282.86 0.58 0.19
Hex 3C 14 4C 15 4A 0 46 11B 3A 13
Octal 74 24 114 25 112 0 106 433 72 23
Binary 111100 10100 1001100 10101 1001010 0 1000110 100011011 111010 10011

Color Harmonies of #3C144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C144C

Black with #3C144C

Text Example


Text Example

White with #3C144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,76); }

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

background-color css

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

 a { background-color: rgb(60,20,76); }

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

border-color css

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

 span { border-color: rgb(60,20,76); }

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