Html Css Color HEX #3C164E Blackcurrant

📋 copy color: '#3C164E'

red 60 ◦ green 22 ◦ blue 78

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

Shades of Blackcurrant #3C164E

Tints of Blackcurrant #3C164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.75%

R = 37.5%
G = 13.75%
B = 48.75%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C164E (or 0x3C164E) is known color: Blackcurrant. HEX triplet: 3C, 16 and 4E. RGB value is (60,22,78). Sum of RGB (Red+Green+Blue) = 60+22+78=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C164E is #C3E9B1. Grayscale: #272727. Windows color (decimal): -12839346 or 5117500. OLE color: 5117500.

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

Color convert

RGB 60 22 78 -
CMYK 0.23 0.72 0 0.69
HSL 280.71º 0.56% 0.2% -
HSV(B) 280.71º 0.72% 0.31% -
XYZ 3.53 2.08 7.42 -
YUV 39.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 60 22 78 0.23 0.72 0 0.69 280.71 0.56 0.2
Hex 3C 16 4E 17 48 0 45 119 38 14
Octal 74 26 116 27 110 0 105 431 70 24
Binary 111100 10110 1001110 10111 1001000 0 1000101 100011001 111000 10100

Color Harmonies of #3C164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C164E

Black with #3C164E

Text Example


Text Example

White with #3C164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,22,78); }

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

background-color css

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

 a { background-color: rgb(60,22,78); }

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

border-color css

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

 span { border-color: rgb(60,22,78); }

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