Html Css Color HEX #3C174F Blackcurrant

📋 copy color: '#3C174F'

red 60 ◦ green 23 ◦ blue 79

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

Shades of Blackcurrant #3C174F

Tints of Blackcurrant #3C174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

 BLUE value IS 79 (31.25% from 255) = 48.77%

R = 37.04%
G = 14.2%
B = 48.77%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C174F (or 0x3C174F) is known color: Blackcurrant. HEX triplet: 3C, 17 and 4F. RGB value is (60,23,79). Sum of RGB (Red+Green+Blue) = 60+23+79=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C174F is #C3E8B0. Grayscale: #282828. Windows color (decimal): -12839089 or 5183292. OLE color: 5183292.

HSL color Cylindrical-coordinate representation of color #3C174F: hue angle of 279.64º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C174F is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 23 79 -
CMYK 0.24 0.71 0 0.69
HSL 279.64º 0.55% 0.2% -
HSV(B) 279.64º 0.71% 0.31% -
XYZ 3.58 2.14 7.62 -
YUV 40.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 60 23 79 0.24 0.71 0 0.69 279.64 0.55 0.2
Hex 3C 17 4F 18 47 0 45 118 37 14
Octal 74 27 117 30 107 0 105 430 67 24
Binary 111100 10111 1001111 11000 1000111 0 1000101 100011000 110111 10100

Color Harmonies of #3C174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C174F

Black with #3C174F

Text Example


Text Example

White with #3C174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,79); }

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

background-color css

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

 a { background-color: rgb(60,23,79); }

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

border-color css

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

 span { border-color: rgb(60,23,79); }

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